(Menu) Hook up menu.framebuf.dirty too

This commit is contained in:
twinaphex 2015-03-08 17:27:58 +01:00
parent 4eb2c8f4a7
commit f773853908

View File

@ -50,7 +50,8 @@ static void draw_frame(void)
if (g_runloop.frames.video.current.menu.action.active ||
g_runloop.frames.video.current.menu.animation.is_active ||
g_runloop.frames.video.current.menu.label.is_updated)
g_runloop.frames.video.current.menu.label.is_updated ||
g_runloop.frames.video.current.menu.framebuf.dirty)
rarch_render_cached_frame();
}