Skip to content

Commit

Permalink
CsoFileReader: Fix devbuild assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
stenzek committed May 17, 2024
1 parent 2cead67 commit 34ae500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pcsx2/CDVD/CsoFileReader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ CsoFileReader::CsoFileReader() = default;

CsoFileReader::~CsoFileReader()
{
pxAssert(m_src);
pxAssert(!m_src);
}

bool CsoFileReader::ValidateHeader(const CsoHeader& hdr, Error* error)
Expand Down

0 comments on commit 34ae500

Please sign in to comment.