GS/HW: Check if pabe sw is actually enabled for ate second pass.

No need to check for PABE if it's not enabled on sw blend.
In fact on ICO flag is enabled even if ABE is disabled which is pointless.
This commit is contained in:
lightningterror 2025-03-06 16:07:19 +01:00
parent e3c988aa8b
commit 9bcbf43695
1 changed files with 1 additions and 1 deletions

View File

@ -6490,7 +6490,7 @@ __ri void GSRendererHW::DrawPrims(GSTextureCache::Target* rt, GSTextureCache::Ta
if (ate_second_pass)
{
pxAssert(!env.PABE.PABE);
pxAssert(!m_conf.ps.pabe);
std::memcpy(&m_conf.alpha_second_pass.ps, &m_conf.ps, sizeof(m_conf.ps));
std::memcpy(&m_conf.alpha_second_pass.colormask, &m_conf.colormask, sizeof(m_conf.colormask));