mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 19:13:34 +00:00
Cleanups
This commit is contained in:
parent
4c8c2ea30d
commit
37aef67dae
@ -513,9 +513,9 @@ bool menu_entries_needs_refresh(void)
|
||||
|
||||
if (!entries || entries->nonblocking_refresh)
|
||||
return false;
|
||||
if (entries->need_refresh)
|
||||
return true;
|
||||
return false;
|
||||
if (!entries->need_refresh)
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
void menu_entries_set_refresh(bool nonblocking)
|
||||
|
Loading…
x
Reference in New Issue
Block a user