From 0e5528796d220c3e487176ed8b1a7d0241585d6b Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Sun, 12 Aug 2012 11:55:12 +0200 Subject: [PATCH] Set nonblock_state_func argument for >60Hz emu ports/games to true --- driver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/driver.c b/driver.c index 03974700d6..654b5c4541 100644 --- a/driver.c +++ b/driver.c @@ -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 }