mirror of
https://github.com/libretro/RetroArch
synced 2025-02-28 03:39:59 +00:00
Should fix APK extraction (hopefully)
This commit is contained in:
parent
b3d3cbd4e1
commit
0de23512e7
@ -294,9 +294,10 @@ bool task_push_decompress(
|
||||
if (
|
||||
!filestream_exists(source_file) ||
|
||||
(
|
||||
(!string_is_equal_noncase(ext, "zip"))
|
||||
!string_is_equal_noncase(ext, "zip")
|
||||
&& !string_is_equal_noncase(ext, "apk")
|
||||
#ifdef HAVE_7ZIP
|
||||
&& (!string_is_equal_noncase(ext, "7z"))
|
||||
&& !string_is_equal_noncase(ext, "7z")
|
||||
#endif
|
||||
)
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user