mirror of https://github.com/PCSX2/pcsx2.git
DEV9: Fix typo preventing linux debug builds
This commit is contained in:
parent
a46b3f2ed9
commit
8d0d59175d
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue