From c706644c05fabcc5690d87491f473c3db464bed8 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 16 Aug 2014 18:49:06 +0200 Subject: [PATCH] (Menu) Go through RARCH_CMD_VIDEO_SET_BLOCKING_STATE --- frontend/frontend.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/frontend.c b/frontend/frontend.c index 003ef522cd..cbed6be37b 100644 --- a/frontend/frontend.c +++ b/frontend/frontend.c @@ -132,7 +132,7 @@ static int main_entry_iterate_menu_preinit(args_type() args) return 1; // Menu should always run with vsync on. - driver.video->set_nonblock_state(driver.video_data, false); + rarch_main_command(RARCH_CMD_VIDEO_SET_BLOCKING_STATE); // Stop all rumbling when entering the menu. for (i = 0; i < MAX_PLAYERS; i++)