Update sdl2_gfx.c

This commit is contained in:
LibretroAdmin 2023-10-31 12:01:00 -07:00 committed by GitHub
parent 5a605099c6
commit 466e82f55d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -539,7 +539,10 @@ static bool sdl2_gfx_focus(void *data)
return (SDL_GetWindowFlags(vid->window) & flags) == flags;
}
#if !defined(HAVE_X11)
static bool sdl2_gfx_suspend_screensaver(void *data, bool enable) { return false; }
#endif
/* TODO/FIXME - implement */
static bool sdl2_gfx_has_windowed(void *data) { return true; }