GSClut: Get rid of m_read.dirty assert in GetAlphaMinMax32.

Replace it with a log.
This commit is contained in:
lightningterror
2025-05-21 01:49:55 +02:00
parent 7796b2a12b
commit a8f3ec8184

View File

@@ -462,7 +462,8 @@ void GSClut::GetAlphaMinMax32(int& amin_out, int& amax_out)
{
// call only after Read32
pxAssert(!m_read.dirty);
if (m_read.dirty)
GL_INS("GSClut: GetAlphaMinMax32 m_read.dirty");
if (m_read.adirty)
{