mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-23 19:54:39 +00:00
(Menu) Hook up menu.framebuf.dirty too
This commit is contained in:
parent
4eb2c8f4a7
commit
f773853908
@ -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();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user