Set nonblock_state_func argument for >60Hz emu ports/games to true

This commit is contained in:
Twinaphex 2012-08-12 11:55:12 +02:00
parent 45579376f0
commit 0e5528796d

View File

@ -209,7 +209,7 @@ 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);
video_set_nonblock_state_func(true);
#endif
}