mirror of https://github.com/PCSX2/pcsx2.git
gsdx-ogl: fix colclip regression when accurate blending is enabled
Fix #865
This commit is contained in:
parent
9a2212c86e
commit
03bc304ecf
|
@ -373,6 +373,8 @@ bool GSRendererOGL::EmulateBlending(GSDeviceOGL::PSSelector& ps_sel, bool DATE_G
|
|||
// The fastest algo that requires a single pass
|
||||
GL_INS("COLCLIP Free mode ENABLED");
|
||||
ps_sel.colclip = 1;
|
||||
ASSERT(sw_blending);
|
||||
accumulation_blend = false; // disable the HDR algo
|
||||
} else if (accumulation_blend) {
|
||||
// A fast algo that requires 2 passes
|
||||
GL_INS("COLCLIP Fast HDR mode ENABLED");
|
||||
|
|
Loading…
Reference in New Issue