mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 04:20:27 +00:00
(Menu) Archive mode options now get used for 'Load Content' option too
This commit is contained in:
parent
3094efdc7e
commit
188265fbd2
@ -354,23 +354,11 @@ static int action_ok_compressed_archive_push(const char *path,
|
|||||||
menu_list_get_last_stack(driver.menu->menu_list,
|
menu_list_get_last_stack(driver.menu->menu_list,
|
||||||
&menu_path, &menu_label, NULL);
|
&menu_path, &menu_label, NULL);
|
||||||
|
|
||||||
if (!strcmp(menu_label, "detect_core_list"))
|
menu_list_push_stack(
|
||||||
{
|
|
||||||
menu_list_push_stack(
|
|
||||||
driver.menu->menu_list,
|
|
||||||
path,
|
|
||||||
"load_open_zip",
|
|
||||||
0,
|
|
||||||
driver.menu->selection_ptr);
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
fill_pathname_join(cat_path, menu_path, path, sizeof(cat_path));
|
|
||||||
menu_list_push_stack_refresh(
|
|
||||||
driver.menu->menu_list,
|
driver.menu->menu_list,
|
||||||
cat_path,
|
path,
|
||||||
menu_label,
|
"load_open_zip",
|
||||||
type,
|
0,
|
||||||
driver.menu->selection_ptr);
|
driver.menu->selection_ptr);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user