mirror of
https://github.com/libretro/RetroArch
synced 2025-02-06 18:40:49 +00:00
Cleanup
This commit is contained in:
parent
365b27caac
commit
9c131dfaad
@ -788,12 +788,12 @@ bool zlib_perform_mode(const char *path, const char *valid_exts,
|
||||
{
|
||||
switch (cmode)
|
||||
{
|
||||
case 0: /* Uncompressed */
|
||||
case ZLIB_MODE_UNCOMPRESSED:
|
||||
if (!retro_write_file(path, cdata, size))
|
||||
return false;
|
||||
break;
|
||||
|
||||
case 8: /* Deflate */
|
||||
case ZLIB_MODE_DEFLATE:
|
||||
{
|
||||
int ret = 0;
|
||||
zlib_file_handle_t handle = {0};
|
||||
|
Loading…
x
Reference in New Issue
Block a user