mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
(Menu) Only call rarch_render_cached_frame when a state change has
occurred that requires the video state to be flushed
This commit is contained in:
parent
001540d25d
commit
4eb2c8f4a7
@ -47,8 +47,11 @@ static void draw_frame(void)
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
rarch_render_cached_frame();
|
||||
|
||||
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)
|
||||
rarch_render_cached_frame();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user