attempt to make CI happy

This commit is contained in:
Tropical
2026-03-31 21:39:54 -05:00
parent 251ec595e8
commit a9d30ab5c8
18 changed files with 114 additions and 120 deletions

View File

@@ -513,7 +513,7 @@ void ConsoleSaveFileSplit::_init(const std::wstring& fileName, void* pvSaveData,
if (Compression::getCompression()->Decompress(
buf, &decompSize, (unsigned char*)pvSaveMem + 8,
fileSize - 8) == S_OK) {
fileSize - 8) == 0) {
// Only ReAlloc if we need to (we might already have enough)
// and align to 512 byte boundaries
unsigned int currentHeapSize =