GS: Fix inverted DSB check

This commit is contained in:
TellowKrinkle 2022-03-20 21:03:20 -05:00 committed by refractionpcsx2
parent 273c1b1922
commit 644241959a
1 changed files with 1 additions and 1 deletions

View File

@ -1017,7 +1017,7 @@ void GSRendererNew::EmulateBlending(bool& DATE_PRIMID, bool& DATE_BARRIER, bool&
// Remove second color output when unused. Works around bugs in some drivers (e.g. Intel).
m_conf.ps.no_color1 |= !GSDevice::IsDualSourceBlendFactor(m_conf.blend.src_factor) &&
GSDevice::IsDualSourceBlendFactor(m_conf.blend.dst_factor);
!GSDevice::IsDualSourceBlendFactor(m_conf.blend.dst_factor);
}
// DATE_PRIMID interact very badly with sw blending. DATE_PRIMID uses the primitiveID to find the primitive