GS-ogl: Disable accumulation blend on PABE.

Requires accurate sw blending.
This commit is contained in:
lightningterror 2021-12-07 10:12:58 +01:00
parent d73335e4d3
commit f1edb0c960
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}
}