(Menu) Ensure VSync is on after context reconfiguration

This commit is contained in:
Higor Eurípedes 2014-11-13 15:17:29 -03:00
parent a56fc9d329
commit 886a559437

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)