aboutsummaryrefslogtreecommitdiff
path: root/jni
diff options
context:
space:
mode:
authoralmostalive2013-03-27 17:18:22 -0500
committeralmostalive2013-03-27 17:18:22 -0500
commit8ac2c35bd816f0a830e3da8f658488516df2a82c (patch)
treefededd2f2833c592b2a9a2fa62425e45708969d4 /jni
parent269fec1f8125d51bf482b8e6052e53e0ba8c25e7 (diff)
downloadpcsx_rearmed-8ac2c35bd816f0a830e3da8f658488516df2a82c.tar.gz
pcsx_rearmed-8ac2c35bd816f0a830e3da8f658488516df2a82c.tar.bz2
pcsx_rearmed-8ac2c35bd816f0a830e3da8f658488516df2a82c.zip
tiny little android neon build fix
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 81962e0..72c6738 100644
--- a/jni/Android.mk
+++ b/jni/Android.mk
@@ -39,7 +39,7 @@ ifeq ($(TARGET_ARCH),arm)
else
LOCAL_ARM_NEON := true
LOCAL_CFLAGS += -DNEON_BUILD -DTEXTURE_CACHE_4BPP -DTEXTURE_CACHE_8BPP
- LOCAL_SRC_FILES += ../libpcsxcore/gte_neon.S ../frontend/cspace_neon.s
+ LOCAL_SRC_FILES += ../libpcsxcore/gte_neon.S ../frontend/cspace_neon.S
# gpu
LOCAL_SRC_FILES += ../plugins/gpu_neon/psx_gpu_if.c ../plugins/gpu_neon/psx_gpu/psx_gpu_arm_neon.S