mirror of
https://github.com/libretro/RetroArch
synced 2025-03-01 07:13:35 +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)
|
if (!driver.overlay)
|
||||||
RARCH_ERR("Failed to load overlay.\n");
|
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
|
#endif
|
||||||
else if (menu_type == RGUI_SETTINGS_DISK_APPEND)
|
else if (menu_type == RGUI_SETTINGS_DISK_APPEND)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user