From b5f46120a3febeeb70a89ee44e7c853da2117dc8 Mon Sep 17 00:00:00 2001 From: Themaister Date: Sun, 11 Aug 2013 15:10:56 +0200 Subject: [PATCH] Use HAVE_PSGL instead. --- gfx/glsym/glsym.h | 2 +- griffin/griffin.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gfx/glsym/glsym.h b/gfx/glsym/glsym.h index 6202c36a97..c2604f6041 100644 --- a/gfx/glsym/glsym.h +++ b/gfx/glsym/glsym.h @@ -3,7 +3,7 @@ #include "rglgen.h" -#ifndef RARCH_CONSOLE +#ifndef HAVE_PSGL #ifdef HAVE_OPENGLES2 #include "glsym_es2.h" #else diff --git a/griffin/griffin.c b/griffin/griffin.c index 2ee160ebd9..cbb9cc1f0e 100644 --- a/griffin/griffin.c +++ b/griffin/griffin.c @@ -205,7 +205,7 @@ VIDEO DRIVER #ifdef HAVE_OPENGL #include "../gfx/gl.c" -#ifndef RARCH_CONSOLE +#ifndef HAVE_PSGL #include "../gfx/glsym/rglgen.c" #ifdef HAVE_OPENGLES2 #include "../gfx/glsym/glsym_es2.c"