From 5f5266ba453545971705a6214a933fdbef05d32c Mon Sep 17 00:00:00 2001 From: Gregory Hainaut Date: Sat, 18 Jul 2015 11:23:33 +0200 Subject: [PATCH] gsdx-ogl-debug: don't optimize alpha channel in dump Allow to dump AEM part of the shader --- plugins/GSdx/GSDeviceOGL.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/GSdx/GSDeviceOGL.cpp b/plugins/GSdx/GSDeviceOGL.cpp index 7ede8dc912..bbae941eb6 100644 --- a/plugins/GSdx/GSDeviceOGL.cpp +++ b/plugins/GSdx/GSDeviceOGL.cpp @@ -825,6 +825,7 @@ void GSDeviceOGL::SelfShaderTest() PSSelector sel; sel.atst = 1; sel.tfx = 1; + sel.tcc = 1; sel.ltf = ltf; sel.aem = aem;