GS/HW: Rename alpha_one to alpha_eq_one pxAssert.

It slipped.
This commit is contained in:
lightningterror 2024-05-10 22:17:30 +02:00
parent 58defda298
commit da9e3fdc32
1 changed files with 1 additions and 1 deletions
pcsx2/GS/Renderers/HW

View File

@ -4294,7 +4294,7 @@ void GSRendererHW::EmulateBlending(int rt_alpha_min, int rt_alpha_max, bool& DAT
if (m_conf.ps.blend_a == 2)
{
// Accumulation blend is only available in (Cs - 0)*Something + Cd, or with alpha == 1
pxAssert(m_conf.ps.blend_d == 2 || alpha_one);
pxAssert(m_conf.ps.blend_d == 2 || alpha_eq_one);
// A bit of normalization
m_conf.ps.blend_a = m_conf.ps.blend_d;
m_conf.ps.blend_d = 2;