mirror of
https://github.com/libretro/RetroArch
synced 2025-02-04 21:40:02 +00:00
Set nonblock_state_func argument for >60Hz emu ports/games to true
This commit is contained in:
parent
45579376f0
commit
0e5528796d
2
driver.c
2
driver.c
@ -209,7 +209,7 @@ static void adjust_system_rates(void)
|
|||||||
g_settings.video.vsync = false;
|
g_settings.video.vsync = false;
|
||||||
RARCH_LOG("Game FPS > Monitor FPS. Cannot rely on VSync.\n");
|
RARCH_LOG("Game FPS > Monitor FPS. Cannot rely on VSync.\n");
|
||||||
#ifdef RARCH_CONSOLE
|
#ifdef RARCH_CONSOLE
|
||||||
video_set_nonblock_state_func(false);
|
video_set_nonblock_state_func(true);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user