gsdx ogl: be sure sw blending is enabled in sw colclip

Hit the assertion on superman
This commit is contained in:
Gregory Hainaut 2016-07-02 17:19:41 +02:00
parent a065a1d918
commit 11eeeb6ab1
1 changed files with 2 additions and 1 deletions

View File

@ -530,7 +530,8 @@ void GSRendererOGL::EmulateBlending(bool DATE_GL42)
// The fastest algo that requires a single pass
GL_INS("COLCLIP Free mode ENABLED");
m_ps_sel.colclip = 1;
ASSERT(sw_blending);
//ASSERT(sw_blending);
sw_blending = true;
accumulation_blend = false; // disable the HDR algo
} else if (accumulation_blend) {
// A fast algo that requires 2 passes