aboutsummaryrefslogtreecommitdiff
path: root/jni
diff options
context:
space:
mode:
authortwinaphex2012-12-04 14:16:34 +0100
committernotaz2012-12-10 23:20:59 +0200
commit46aa5b98890412bca8487b28809df3ece137dba9 (patch)
tree6f10a0188824158704b09be75bd868a0afd0ba66 /jni
parentf9f60dae01fe8a8262d52950893c2674c4545f4a (diff)
downloadpcsx_rearmed-46aa5b98890412bca8487b28809df3ece137dba9.tar.gz
pcsx_rearmed-46aa5b98890412bca8487b28809df3ece137dba9.tar.bz2
pcsx_rearmed-46aa5b98890412bca8487b28809df3ece137dba9.zip
libretro: make RGB565 support into compile-time option
all libretro frontends should support this no matter what
Diffstat (limited to 'jni')
-rw-r--r--jni/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/jni/Android.mk b/jni/Android.mk
index 89af335..06b4379 100644
--- a/jni/Android.mk
+++ b/jni/Android.mk
@@ -89,7 +89,7 @@ LOCAL_SRC_FILES += ../frontend/main.c ../frontend/plugin.c
# libretro
LOCAL_SRC_FILES += ../frontend/libretro.c
-LOCAL_CFLAGS += -O3 -ffast-math -funroll-loops -DNDEBUG -D_FILE_OFFSET_BITS=64 -DHAVE_LIBRETRO -DNO_FRONTEND
+LOCAL_CFLAGS += -O3 -ffast-math -funroll-loops -DNDEBUG -D_FILE_OFFSET_BITS=64 -DHAVE_LIBRETRO -DNO_FRONTEND -DFRONTEND_SUPPORTS_RGB565
LOCAL_C_INCLUDES += $(LOCAL_PATH)/../include
LOCAL_LDLIBS := -lz -llog