No cyclone for iOS, it really doesnt want to work

This commit is contained in:
meepingsnesroms
2018-12-09 09:41:51 -08:00
parent 116f8ba325
commit 244facd892
2 changed files with 2 additions and 5 deletions

View File

@@ -28,7 +28,7 @@ else ifeq ($(platform), osx)
endif
endif
ifneq (,$(filter qnx vita ctr rpi2 classic_armv7_a7 ios ios9 theos_ios,$(platform)))
ifneq (,$(filter qnx vita ctr rpi2 classic_armv7_a7,$(platform)))
EMU_OPTIMIZE_FOR_ARM32 = 1
else ifneq (,$(findstring armv7,$(platform)))
EMU_OPTIMIZE_FOR_ARM32 = 1
@@ -38,10 +38,6 @@ else ifneq (,$(findstring armhf,$(platform)))
EMU_OPTIMIZE_FOR_ARM32 = 1
endif
ifneq (,$(filter ios ios9 theos_ios,$(platform)))
EMU_NEW_ASM_SYNTAX = 1
endif
include $(EMU_PATH)/makefile.all
COREDEFINES += $(EMU_DEFINES)