From: Autechre Date: Fri, 23 Oct 2020 09:48:39 +0000 (+0200) Subject: Merge pull request #463 from negativeExponent/ios_interpreter X-Git-Tag: r24l~615 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2bd9caf333bc16ce7ffc68fa54135ebabe3c053;hp=accedc82b01fe5834a805a9872405d51de1d5c06;p=pcsx_rearmed.git Merge pull request #463 from negativeExponent/ios_interpreter iOS: Fix interpreter overrides --- diff --git a/Makefile.libretro b/Makefile.libretro index e58d63d2..1df1188e 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -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