mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 21:32:45 +00:00
(Menu) Simplify draw_frame calls
This commit is contained in:
parent
f90bc7bcd3
commit
981d012b4b
@ -401,8 +401,6 @@ int menu_iterate(retro_input_t input,
|
||||
|
||||
if (g_runloop.is_menu)
|
||||
draw_frame();
|
||||
if (g_settings.menu.throttle && (g_settings.menu.pause_libretro || !g_extern.content_is_init))
|
||||
draw_frame();
|
||||
|
||||
g_runloop.frames.video.current.menu.animation.is_active = false;
|
||||
g_runloop.frames.video.current.menu.label.is_updated = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user