mirror of
https://github.com/libretro/Mu.git
synced 2026-09-23 07:05:37 +00:00
No cyclone for iOS, it really doesnt want to work
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user