mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 13:14:04 +00:00
Merge pull request #3474 from bparker06/7z
7z extension is .7z not .zip
This commit is contained in:
commit
14cb57ce3b
@ -199,7 +199,7 @@ bool path_is_compressed_file(const char* path)
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_7ZIP
|
||||
if (strcasestr(ext, "zip"))
|
||||
if (strcasestr(ext, "7z"))
|
||||
return true;
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user