diff options
author | notaz | 2012-01-16 20:05:37 +0200 |
---|---|---|
committer | notaz | 2012-01-19 01:42:10 +0200 |
commit | 07f75e28d81b8acc64cfb6dee9302fb0eba8774a (patch) | |
tree | 47a176c669a007556fd114f8e57e0d41e2d859c0 /plugins/gpu-gles/Makefile | |
parent | 677ea10304049d6f7aae48317fe32cfea060d209 (diff) | |
download | pcsx_rearmed-07f75e28d81b8acc64cfb6dee9302fb0eba8774a.tar.gz pcsx_rearmed-07f75e28d81b8acc64cfb6dee9302fb0eba8774a.tar.bz2 pcsx_rearmed-07f75e28d81b8acc64cfb6dee9302fb0eba8774a.zip |
gpu-gles: clean up headers and stuff
Diffstat (limited to 'plugins/gpu-gles/Makefile')
-rw-r--r-- | plugins/gpu-gles/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/gpu-gles/Makefile b/plugins/gpu-gles/Makefile index 4b61b6f..8a3f244 100644 --- a/plugins/gpu-gles/Makefile +++ b/plugins/gpu-gles/Makefile @@ -15,7 +15,7 @@ endif CFLAGS += -mcpu=cortex-a8 -mtune=cortex-a8
# note: the below causes strange bugs/crashes
#CFLAGS += -mfloat-abi=softfp
-CFLAGS += -DMAEMO_CHANGES # -DUSE_X11
+#CFLAGS += -DUSE_X11
CFLAGS += -I$(PREFIX)include
TARGET = gpuGLES.so
|