mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-30 06:43:53 +00:00
(Menu) Cleanup
This commit is contained in:
parent
1531880940
commit
903004113a
@ -1363,7 +1363,7 @@ static int menu_settings_iterate(unsigned action)
|
||||
else if (type == MENU_SETTINGS_DISK_APPEND)
|
||||
dir = g_settings.menu_content_directory;
|
||||
|
||||
if (driver.menu->need_refresh)
|
||||
if (driver.menu->need_refresh && action != MENU_ACTION_MESSAGE)
|
||||
action = MENU_ACTION_NOOP;
|
||||
|
||||
switch (action)
|
||||
|
Loading…
Reference in New Issue
Block a user