GS/HW: Clear blend bits for color dest blend

This commit is contained in:
Connor McLaughlin 2022-04-15 16:23:22 +10:00 committed by lightningterror
parent 1993203d26
commit 0a2584172a
1 changed files with 1 additions and 0 deletions

View File

@ -864,6 +864,7 @@ void GSRendererNew::EmulateBlending(bool& DATE_PRIMID, bool& DATE_BARRIER, bool&
// Blend output will be Cd, disable hw/sw blending.
m_conf.blend = {};
m_conf.ps.no_color1 = true;
m_conf.ps.blend_a = m_conf.ps.blend_b = m_conf.ps.blend_c = m_conf.ps.blend_d = 0;
sw_blending = false; // DATE_PRIMID
// Output is Cd, set rgb write to 0.