mirror of
https://github.com/libretro/RetroArch
synced 2025-04-07 13:23:32 +00:00
(file_path.c) Bugfix
This commit is contained in:
parent
6d188a4840
commit
29399513c0
@ -147,7 +147,7 @@ bool path_is_compressed_file(const char* path)
|
|||||||
#ifdef HAVE_COMPRESSION
|
#ifdef HAVE_COMPRESSION
|
||||||
const char* file_ext = path_get_extension(path);
|
const char* file_ext = path_get_extension(path);
|
||||||
|
|
||||||
#ifdef HAVE_7ZIP
|
#ifdef HAVE_ZLIB
|
||||||
if (!strcmp(file_ext, "zip"))
|
if (!strcmp(file_ext, "zip"))
|
||||||
return true;
|
return true;
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user