X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile.libretro;h=fb13657787172c555cbd75c0afb67629c22d5c43;hb=1cbd5e5aaf23c1a9851eb4109d7b34fddb1c6aaa;hp=de818aaef8e773035080ccbda39772c374f115c2;hpb=8fb0f7c5551ed450ef3ed56615e0d86f1b56739d;p=pcsx_rearmed.git diff --git a/Makefile.libretro b/Makefile.libretro index de818aae..fb136577 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -53,13 +53,6 @@ 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