Allow user to browse overlays more easily.

This commit is contained in:
Themaister 2013-05-18 00:15:56 +02:00
parent 1a01c2b54a
commit fd47aab9ee

View File

@ -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)