mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-19 00:41:53 +00:00
(Menu) Go through RARCH_CMD_VIDEO_SET_BLOCKING_STATE
This commit is contained in:
parent
c34e5428c0
commit
c706644c05
@ -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++)
|
||||
|
Loading…
Reference in New Issue
Block a user