mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Bugfix
This commit is contained in:
parent
7d3780e09f
commit
e59fb6c0d9
1 changed files with 2 additions and 1 deletions
|
@ -260,7 +260,8 @@ bool task_push_decompress(
|
|||
|
||||
/* ZIP or APK only */
|
||||
if (!path_file_exists(source_file) ||
|
||||
!menu_hash_to_file_type(msg_hash_calculate(path_get_extension(source_file))))
|
||||
menu_hash_to_file_type(msg_hash_calculate(path_get_extension(source_file)))
|
||||
!= MENU_FILE_COMPRESSED)
|
||||
{
|
||||
RARCH_WARN("[decompress] File '%s' does not exist or is not a compressed file.\n",
|
||||
source_file);
|
||||
|
|
Loading…
Add table
Reference in a new issue