mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-19 00:41:53 +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
|
||||
|
||||
#ifdef HAVE_7ZIP
|
||||
if (strcasestr(ext, "zip"))
|
||||
if (strcasestr(ext, "7z"))
|
||||
return true;
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user