mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-25 00:49:47 +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
|
||||
const char* file_ext = path_get_extension(path);
|
||||
|
||||
#ifdef HAVE_7ZIP
|
||||
#ifdef HAVE_ZLIB
|
||||
if (!strcmp(file_ext, "zip"))
|
||||
return true;
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user