mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
DecompressFileToBlob: don't assume success if decompression failed
This commit is contained in:
@ -405,7 +405,7 @@ bool DecompressBlobToFile(const std::string& infile_path, const std::string& out
|
|||||||
outfile.Resize(header.data_size);
|
outfile.Resize(header.data_size);
|
||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
return success;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool IsGCZBlob(File::IOFile& file)
|
bool IsGCZBlob(File::IOFile& file)
|
||||||
|
Reference in New Issue
Block a user