From 91a949ff929bc5f92704fa195ddb2d985de503c2 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 13 Jul 2013 22:21:55 +0200 Subject: [PATCH] Further clarification on BUILD_LIBRETRO_GL/ENABLE_GLES in libretro-config.sh --- libretro-config.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libretro-config.sh b/libretro-config.sh index 571feda4..354d0a24 100755 --- a/libretro-config.sh +++ b/libretro-config.sh @@ -39,9 +39,9 @@ export ARMPLATFORM= #OPENGL DEFINES #-------------- -#if uncommented, will build libretro GL cores. Ignored for mobile platforms +#if uncommented, will build libretro GL cores. Ignored for mobile platforms - GL cores will always be built there. export BUILD_LIBRETRO_GL=1 #if uncommented, will build cores with OpenGL ES 2 support. Not needed -#for platform-specific cores - only for generic core builds +#for platform-specific cores - only for generic core builds (ie. libretro-build.sh) #export ENABLE_GLES=1