mirror of
https://github.com/libretro/RetroArch
synced 2025-01-29 09:32:52 +00:00
(Menu) Set dirty bit in RARCH_CMD_REINIT
This commit is contained in:
parent
ec4f59f06f
commit
af611934c4
@ -2295,6 +2295,7 @@ bool rarch_main_command(unsigned cmd)
|
||||
driver.input->poll(driver.input_data);
|
||||
|
||||
#ifdef HAVE_MENU
|
||||
g_runloop.frames.video.current.menu.framebuf.dirty = true;
|
||||
if (g_runloop.is_menu)
|
||||
rarch_main_command(RARCH_CMD_VIDEO_SET_BLOCKING_STATE);
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user