mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
(RGUI) rgui_render - do early return if g_runloop.is_idle is true
This commit is contained in:
parent
8a49333a25
commit
9ad2484734
@ -343,6 +343,9 @@ static void rgui_render(void)
|
||||
&& !menu->msg_force)
|
||||
return;
|
||||
|
||||
if (g_runloop.is_idle)
|
||||
return;
|
||||
|
||||
if (!menu_display_update_pending())
|
||||
return;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user