mirror of https://github.com/PCSX2/pcsx2.git
CsoFileReader: Fix devbuild assertion
This commit is contained in:
parent
2cead675bb
commit
34ae500614
|
@ -33,7 +33,7 @@ CsoFileReader::CsoFileReader() = default;
|
|||
|
||||
CsoFileReader::~CsoFileReader()
|
||||
{
|
||||
pxAssert(m_src);
|
||||
pxAssert(!m_src);
|
||||
}
|
||||
|
||||
bool CsoFileReader::ValidateHeader(const CsoHeader& hdr, Error* error)
|
||||
|
|
Loading…
Reference in New Issue