mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-21 02:08:16 +00:00
(Menu) Ensure VSync is on after context reconfiguration
This commit is contained in:
parent
a56fc9d329
commit
886a559437
@ -2265,6 +2265,12 @@ bool rarch_main_command(unsigned cmd)
|
|||||||
|
|
||||||
/* Poll input to avoid possibly stale data to corrupt things. */
|
/* Poll input to avoid possibly stale data to corrupt things. */
|
||||||
driver.input->poll(driver.input_data);
|
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;
|
break;
|
||||||
case RARCH_CMD_CHEATS_DEINIT:
|
case RARCH_CMD_CHEATS_DEINIT:
|
||||||
if (g_extern.cheat)
|
if (g_extern.cheat)
|
||||||
|
Loading…
Reference in New Issue
Block a user