mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-21 10:11:18 +00:00
Merge pull request #7826 from orbea/archive
menu: Hide 'Parent Directory' in compressed archives.
This commit is contained in:
commit
8cee39bbd3
@ -305,7 +305,7 @@ void filebrowser_parse(menu_displaylist_info_t *info, unsigned type_data)
|
||||
}
|
||||
|
||||
end:
|
||||
if (info)
|
||||
if (info && !path_is_compressed)
|
||||
menu_entries_prepend(info->list,
|
||||
msg_hash_to_str(MENU_ENUM_LABEL_VALUE_PARENT_DIRECTORY),
|
||||
path,
|
||||
|
Loading…
x
Reference in New Issue
Block a user