Fix build on CTR: CTR doesn't have neon
authorYuxuan Shui <yshuiv7@gmail.com>
Tue, 4 Apr 2017 02:32:00 +0000 (22:32 -0400)
committerYuxuan Shui <yshuiv7@gmail.com>
Tue, 4 Apr 2017 02:43:38 +0000 (22:43 -0400)
Makefile.libretro

index df1cec2..88a48f4 100644 (file)
@@ -157,6 +157,7 @@ else ifeq ($(platform), ctr)
        USE_DYNAREC = 1
        DRC_CACHE_BASE = 1
        ARCH = arm
+       HAVE_NEON = 0
 
        STATIC_LINKING = 1