gsdx-ogl-debug: don't optimize alpha channel in dump

Allow to dump AEM part of the shader
This commit is contained in:
Gregory Hainaut 2015-07-18 11:23:33 +02:00
parent 036cb229a3
commit 5f5266ba45
1 changed files with 1 additions and 0 deletions

View File

@ -825,6 +825,7 @@ void GSDeviceOGL::SelfShaderTest()
PSSelector sel;
sel.atst = 1;
sel.tfx = 1;
sel.tcc = 1;
sel.ltf = ltf;
sel.aem = aem;