From 23ae6f0641fcc586293f902b39c57d1c5e158687 Mon Sep 17 00:00:00 2001 From: "gregory.hainaut" Date: Sun, 12 Jan 2014 12:35:15 +0000 Subject: [PATCH] the regular copy/past mistake git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5811 96395faa-99c1-11dd-bbfe-3dabce05a288 --- plugins/GSdx/res/glsl_source.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/GSdx/res/glsl_source.h b/plugins/GSdx/res/glsl_source.h index 377ad18218..64cd1b48aa 100644 --- a/plugins/GSdx/res/glsl_source.h +++ b/plugins/GSdx/res/glsl_source.h @@ -1747,7 +1747,7 @@ static const char* fxaa_fx = "#endif\n" "#endif\n" "\n" - "#if !GL_ES && __VERSION__ > 140\n" + "#if !pGL_ES && __VERSION__ > 140\n" "\n" "in SHADER\n" "{\n"