X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=Makefile.libretro;h=b085912deaa3d6c27ab41c72e95e58e16a6301fe;hb=0168a0edd4f71ffed652ecb366468957f89d5938;hp=c1e40519d52ddb970284f450f2b356a488680a36;hpb=778ad9ceb24770bfb4d3b9d697429475c55009ee;p=pcsx_rearmed.git diff --git a/Makefile.libretro b/Makefile.libretro index c1e40519..b085912d 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -53,7 +53,7 @@ else ifeq ($(platform), osx) fpic += -mmacosx-version-min=10.1 # iOS -else ifeq ($(platform),$(filter $(platform),ios9 ios-arm64)) +else ifeq ($(platform),$(filter $(platform),ios-arm64)) ARCH := arm64 USE_DYNAREC = 0 HAVE_NEON = 0 @@ -66,7 +66,7 @@ else ifneq (,$(findstring ios,$(platform))) HAVE_NEON = 1 BUILTIN_GPU = neon TARGET := $(TARGET_NAME)_libretro_ios.dylib -ifeq ($(USE_DYNAREC),0) +ifeq ($(USE_DYNAREC),1) # Override TARGET := $(TARGET_NAME)_interpreter_libretro_ios.dylib endif