mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-24 12:15:08 +00:00
(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…
x
Reference in New Issue
Block a user