Fix build on CTR: CTR doesn't have neon
[pcsx_rearmed.git] / 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