(RARCH_CONSOLE) Run set_nonblock_state if an emu runs at more than

60fps/60Hz - to forcibly set vsync off
This commit is contained in:
Twinaphex 2012-08-12 09:19:06 +02:00
parent 3634136a3a
commit 1af593f910

View File

@ -208,6 +208,9 @@ static void adjust_system_rates(void)
{
g_settings.video.vsync = false;
RARCH_LOG("Game FPS > Monitor FPS. Cannot rely on VSync.\n");
#ifdef RARCH_CONSOLE
video_set_nonblock_state_func(false);
#endif
}
g_settings.video.refresh_rate = info->fps;