GS-hw: Fix redundant condition warning.

Codacy.
This commit is contained in:
lightningterror 2022-06-25 11:38:39 +02:00
parent 57595c70b0
commit 8c1b9e1557
1 changed files with 1 additions and 1 deletions

View File

@ -866,7 +866,7 @@ void GSRendererHW::SwSpriteRender()
ASSERT(!m_env.PABE.PABE); // No PABE
// PSMCT32 pixel format
ASSERT(!PRIM->TME || (PRIM->TME && m_context->TEX0.PSM == PSM_PSMCT32));
ASSERT(!PRIM->TME || m_context->TEX0.PSM == PSM_PSMCT32);
ASSERT(m_context->FRAME.PSM == PSM_PSMCT32);
// No rasterization required