aboutsummaryrefslogtreecommitdiff
path: root/Makefile.libretro
diff options
context:
space:
mode:
authorTwinaphex2017-12-10 18:35:35 +0100
committerGitHub2017-12-10 18:35:35 +0100
commit1cbd5e5aaf23c1a9851eb4109d7b34fddb1c6aaa (patch)
treea2fa3145ae358665d395b8ec631ea66203ab579c /Makefile.libretro
parentd10e6c163346ff9dfa25bccf43245e1ee58d8eed (diff)
downloadpcsx_rearmed-1cbd5e5aaf23c1a9851eb4109d7b34fddb1c6aaa.tar.gz
pcsx_rearmed-1cbd5e5aaf23c1a9851eb4109d7b34fddb1c6aaa.tar.bz2
pcsx_rearmed-1cbd5e5aaf23c1a9851eb4109d7b34fddb1c6aaa.zip
Revert "Fixed building for arm64 (iOS)"
Diffstat (limited to 'Makefile.libretro')
-rw-r--r--Makefile.libretro7
1 files changed, 0 insertions, 7 deletions
diff --git a/Makefile.libretro b/Makefile.libretro
index de818aa..fb13657 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