From a172da1f30aad22c04c740aca46cb15f25a0257c Mon Sep 17 00:00:00 2001 From: "gregory.hainaut" Date: Sun, 28 Jul 2013 17:12:23 +0000 Subject: [PATCH] gsdx ogl: oups forget to disable stencil debug git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5708 96395faa-99c1-11dd-bbfe-3dabce05a288 --- plugins/GSdx/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/GSdx/config.h b/plugins/GSdx/config.h index 19eaf76732..42e468c974 100644 --- a/plugins/GSdx/config.h +++ b/plugins/GSdx/config.h @@ -42,4 +42,4 @@ #endif // Output stencil to a color buffer -#define ENABLE_OGL_STENCIL_DEBUG +//#define ENABLE_OGL_STENCIL_DEBUG