mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-01 23:58:26 +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)
|
else if (type == MENU_SETTINGS_DISK_APPEND)
|
||||||
dir = g_settings.menu_content_directory;
|
dir = g_settings.menu_content_directory;
|
||||||
|
|
||||||
if (driver.menu->need_refresh)
|
if (driver.menu->need_refresh && action != MENU_ACTION_MESSAGE)
|
||||||
action = MENU_ACTION_NOOP;
|
action = MENU_ACTION_NOOP;
|
||||||
|
|
||||||
switch (action)
|
switch (action)
|
||||||
|
Loading…
Reference in New Issue
Block a user