mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 21:32:45 +00:00
Subsystem should work now with archives when using 'Open' instead of
'Load'
This commit is contained in:
parent
7b52b4a258
commit
11289367cf
@ -1296,7 +1296,13 @@ static int action_ok_file_load(const char *path,
|
||||
/* TODO/FIXME - this path is triggered when we try to load a
|
||||
* file from an archive while inside the load subsystem
|
||||
* action */
|
||||
#if 0
|
||||
menu_handle_t *menu = NULL;
|
||||
if (!menu_driver_ctl(RARCH_MENU_CTL_DRIVER_DATA_GET, &menu))
|
||||
return menu_cbs_exit();
|
||||
|
||||
fill_pathname_join(menu_path_new,
|
||||
menu->scratch2_buf, menu->scratch_buf,
|
||||
sizeof(menu_path_new));
|
||||
switch (type)
|
||||
{
|
||||
case FILE_TYPE_IN_CARCHIVE:
|
||||
@ -1312,7 +1318,6 @@ static int action_ok_file_load(const char *path,
|
||||
content_add_subsystem(full_path_new);
|
||||
menu_entries_flush_stack(NULL, MENU_SETTINGS);
|
||||
return 0;
|
||||
#endif
|
||||
}
|
||||
|
||||
file_list_get_last(menu_stack, &menu_path, &menu_label, NULL, NULL);
|
||||
|
Loading…
x
Reference in New Issue
Block a user