mirror of
https://github.com/libretro/RetroArch.git
synced 2025-03-07 09:27:11 +00:00
This commit removes zip from the default valid_extensions. Please review this commit before merging to master.
This commit is contained in:
parent
936705ca42
commit
5b2edff6f0
@ -693,7 +693,7 @@ int menu_parse_and_resolve(file_list_t *list, file_list_t *menu_list)
|
||||
{
|
||||
exts = ext_buf;
|
||||
if (*g_extern.menu.info.valid_extensions)
|
||||
snprintf(ext_buf, sizeof(ext_buf), "%s|zip",
|
||||
snprintf(ext_buf, sizeof(ext_buf), "%s",
|
||||
g_extern.menu.info.valid_extensions);
|
||||
else
|
||||
*ext_buf = '\0';
|
||||
|
Loading…
x
Reference in New Issue
Block a user