mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 13:20:27 -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);
|
||||
}
|
||||
|
||||
return true;
|
||||
return success;
|
||||
}
|
||||
|
||||
bool IsGCZBlob(File::IOFile& file)
|
||||
|
Reference in New Issue
Block a user