Merge pull request #1241 from heuripedes/menu-fixes

(Menu) Ensure VSync is on after context reconfiguration
This commit is contained in:
Twinaphex 2014-11-13 19:35:53 +01:00
commit 3cf5a13b66

View File

@ -2265,6 +2265,12 @@ bool rarch_main_command(unsigned cmd)
/* Poll input to avoid possibly stale data to corrupt things. */
driver.input->poll(driver.input_data);
#ifdef HAVE_MENU
if (g_extern.is_menu) {
rarch_main_command(RARCH_CMD_VIDEO_SET_BLOCKING_STATE);
}
#endif
break;
case RARCH_CMD_CHEATS_DEINIT:
if (g_extern.cheat)