mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-11 21:37:17 +00:00
add zip and 7z always to the list of supported extensions
This commit is contained in:
parent
cd17927990
commit
0c5fe1dd79
@ -76,6 +76,12 @@ static void core_info_list_resolve_all_extensions(
|
||||
core_info_list->list[i].supported_extensions, all_ext_len);
|
||||
strlcat(core_info_list->all_ext, "|", all_ext_len);
|
||||
}
|
||||
#ifdef HAVE_7ZIP
|
||||
strlcat(core_info_list->all_ext, "7z|", all_ext_len + 3);
|
||||
#endif
|
||||
#ifdef HAVE_ZLIB
|
||||
strlcat(core_info_list->all_ext, "zip|", all_ext_len + 4);
|
||||
#endif
|
||||
}
|
||||
|
||||
static void core_info_list_resolve_all_firmware(
|
||||
|
Loading…
x
Reference in New Issue
Block a user