mirror of
https://github.com/libretro/RetroArch
synced 2025-03-20 10:20:51 +00:00
Cleanups
This commit is contained in:
parent
3ff237e278
commit
759591d5a6
@ -3100,7 +3100,7 @@ static void rgui_render(void *data, bool is_idle)
|
||||
msg_force = menu_display_get_msg_force();
|
||||
|
||||
if (menu_entries_ctl(MENU_ENTRIES_CTL_NEEDS_REFRESH, NULL)
|
||||
&& menu_driver_is_alive() && !msg_force)
|
||||
&& !msg_force)
|
||||
return;
|
||||
|
||||
if (!display_kb && !current_display_cb && (is_idle || !menu_display_get_update_pending()))
|
||||
|
@ -541,7 +541,6 @@ static void xui_render(void *data, bool is_idle)
|
||||
|
||||
if (
|
||||
menu_entries_ctl(MENU_ENTRIES_CTL_NEEDS_REFRESH, NULL)
|
||||
&& menu_driver_is_alive()
|
||||
&& !msg_force
|
||||
)
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user