(Menu) Set dirty bit in RARCH_CMD_REINIT

This commit is contained in:
Higor Eurípedes 2015-03-08 18:11:38 -03:00
parent ec4f59f06f
commit af611934c4

View File

@ -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