mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
(iOS/browser.m) Condense code some more in zlib_parse_file
This commit is contained in:
parent
fe4e0f4842
commit
d9e4760f2e
@ -56,10 +56,6 @@ static bool zlib_extract_callback(const char *name,
|
||||
case 8: // Deflate
|
||||
zlib_inflate_data_to_file(path, cdata, csize, size, crc32);
|
||||
break;
|
||||
default:
|
||||
snprintf(msg, sizeof(msg), "Could not unzip %s (unknown mode %d)", name, cmode);
|
||||
apple_display_alert(msg, "Action Failed");
|
||||
return false;
|
||||
}
|
||||
|
||||
return true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user