mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-15 06:50:32 +00:00
Allow user to browse overlays more easily.
This commit is contained in:
parent
1a01c2b54a
commit
fd47aab9ee
@ -2507,7 +2507,8 @@ int rgui_iterate(rgui_handle_t *rgui)
|
||||
if (!driver.overlay)
|
||||
RARCH_ERR("Failed to load overlay.\n");
|
||||
|
||||
rgui_flush_menu_stack_type(rgui, RGUI_SETTINGS_INPUT_OPTIONS);
|
||||
// Lets user browser try out different ones easily ...
|
||||
//rgui_flush_menu_stack_type(rgui, RGUI_SETTINGS_INPUT_OPTIONS);
|
||||
}
|
||||
#endif
|
||||
else if (menu_type == RGUI_SETTINGS_DISK_APPEND)
|
||||
|
Loading…
Reference in New Issue
Block a user