mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 04:20:27 +00:00
7z extension is .7z not .zip
This commit is contained in:
parent
8da400c55e
commit
ae36b0f73d
@ -199,7 +199,7 @@ bool path_is_compressed_file(const char* path)
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_7ZIP
|
#ifdef HAVE_7ZIP
|
||||||
if (strcasestr(ext, "zip"))
|
if (strcasestr(ext, "7z"))
|
||||||
return true;
|
return true;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user