mirror of https://github.com/PCSX2/pcsx2.git
GS-ogl: Disable accumulation blend on PABE.
Requires accurate sw blending.
This commit is contained in:
parent
d73335e4d3
commit
f1edb0c960
|
@ -566,6 +566,7 @@ void GSRendererOGL::EmulateBlending(bool& DATE_GL42, bool& DATE_GL45)
|
|||
{
|
||||
GL_INS("PABE mode ENABLED");
|
||||
m_ps_sel.pabe = 1;
|
||||
accumulation_blend = false;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue