Skip to content

Commit

Permalink
(Video processor) C89 buildfix
Browse files Browse the repository at this point in the history
  • Loading branch information
LibretroAdmin committed Nov 1, 2023
1 parent 1fb66d8 commit 4cd68dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cores/libretro-video-processor/video_processor_v4l2.c
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ enumerate_audio_devices(char *buf, size_t buflen)

RETRO_API void VIDEOPROC_CORE_PREFIX(retro_set_environment)(retro_environment_t cb)
{
bool no_content = true;
char video_devices[ENVVAR_BUFLEN];
char audio_devices[ENVVAR_BUFLEN];
struct retro_variable envvars[] = {
Expand All @@ -283,7 +284,6 @@ RETRO_API void VIDEOPROC_CORE_PREFIX(retro_set_environment)(retro_environment_t

VIDEOPROC_CORE_PREFIX(environment_cb) = cb;

bool no_content = true;
cb(RETRO_ENVIRONMENT_SET_SUPPORT_NO_GAME, &no_content);

/* Allows retroarch to seed the previous values */
Expand Down

0 comments on commit 4cd68dd

Please sign in to comment.