(Menu) Add detect_content_path hack to archive_open

This commit is contained in:
twinaphex 2015-06-08 20:20:36 +02:00
parent d80e5de45e
commit 3ad8abd5fd

View File

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