X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile.libretro;h=de818aaef8e773035080ccbda39772c374f115c2;hb=8fb0f7c5551ed450ef3ed56615e0d86f1b56739d;hp=fb13657787172c555cbd75c0afb67629c22d5c43;hpb=c7dde5efda060c5baf259c6ad39090e1cb1defd6;p=pcsx_rearmed.git diff --git a/Makefile.libretro b/Makefile.libretro index fb136577..de818aae 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -53,6 +53,13 @@ else ifeq ($(platform), osx) fpic += -mmacosx-version-min=10.1 # iOS +else ifeq ($(platform),$(filter $(platform),ios9 ios-arm64)) + ARCH := arm64 + USE_DYNAREC = 0 + HAVE_NEON = 0 + BUILTIN_GPU = peops + TARGET := $(TARGET_NAME)_libretro_ios.dylib + else ifneq (,$(findstring ios,$(platform))) ARCH := arm USE_DYNAREC ?= 1