Merge pull request #463 from negativeExponent/ios_interpreter
authorAutechre <libretro@gmail.com>
Fri, 23 Oct 2020 09:48:39 +0000 (11:48 +0200)
committerGitHub <noreply@github.com>
Fri, 23 Oct 2020 09:48:39 +0000 (11:48 +0200)
iOS: Fix interpreter overrides

Makefile.libretro

index e58d63d..1df1188 100644 (file)
@@ -89,7 +89,7 @@ else ifeq ($(platform),$(filter $(platform),ios-arm64))
 
 else ifneq (,$(findstring ios,$(platform)))
        ARCH := arm
-       DYNAREC ?= ari64
+#      DYNAREC ?= ari64
        HAVE_NEON = 1
        BUILTIN_GPU = neon
        TARGET := $(TARGET_NAME)_libretro_ios.dylib