DEV9: Fix typo preventing linux debug builds

This commit is contained in:
refractionpcsx2 2023-06-24 01:42:02 +01:00
parent a46b3f2ed9
commit 8d0d59175d
1 changed files with 1 additions and 1 deletions

View File

@ -252,7 +252,7 @@ void ATA::IO_SparseCacheLoad()
memset(hddSparseBlock.get(), 0, hddSparseBlockSize);
hddSparseBlockValid = true;
#if defined(PCSX2_DEBUG) || defined(PCSX2_DEVBUILD)
ATA::IO_AssertSparseFileZeros(readSize);
ATA::IO_SparseCacheAssertFileZeros(readSize);
#endif
return;
}