From: almostalive Date: Wed, 27 Mar 2013 22:18:22 +0000 (-0500) Subject: tiny little android neon build fix X-Git-Tag: r20~112 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=commitdiff_plain;h=a288cd9ecba6813f4ac2305019fd738b1aa31f29 tiny little android neon build fix --- diff --git a/jni/Android.mk b/jni/Android.mk index 81962e01..72c67385 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