From: Yuxuan Shui Date: Tue, 4 Apr 2017 02:32:00 +0000 (-0400) Subject: Fix build on CTR: CTR doesn't have neon X-Git-Tag: r24l~798^2~1 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86cf0ab71e58da64cf72b94577de9d8cb189ce36;p=pcsx_rearmed.git Fix build on CTR: CTR doesn't have neon --- diff --git a/Makefile.libretro b/Makefile.libretro index df1cec26..88a48f46 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -157,6 +157,7 @@ else ifeq ($(platform), ctr) USE_DYNAREC = 1 DRC_CACHE_BASE = 1 ARCH = arm + HAVE_NEON = 0 STATIC_LINKING = 1