(Menu) Add detect_content_path hack to archive_open
This commit is contained in:
parent
d80e5de45e
commit
3ad8abd5fd
|
@ -57,6 +57,9 @@ static int archive_open(void)
|
|||
|
||||
fill_pathname_join(cat_path, menu_path, path, sizeof(cat_path));
|
||||
|
||||
fill_pathname_join(detect_content_path, menu_path, path,
|
||||
sizeof(detect_content_path));
|
||||
|
||||
info.list = menu_list->menu_stack;
|
||||
info.type = type;
|
||||
info.directory_ptr = nav->selection_ptr;
|
||||
|
|
Loading…
Reference in New Issue