From 86cf0ab71e58da64cf72b94577de9d8cb189ce36 Mon Sep 17 00:00:00 2001 From: Yuxuan Shui Date: Mon, 3 Apr 2017 22:32:00 -0400 Subject: [PATCH] Fix build on CTR: CTR doesn't have neon --- Makefile.libretro | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.2