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

@@ -3,6 +3,7 @@ This is like unimplementedHardware.txt but only lists things that have functiona
State manager goes bezerk and crashes when saving on android, also can't close the window or it won't open again(also only on Android)
If there is no userdata-en-m515.ram on Android the emu won't create it(this is likely because theres no graceful exit being done on Android only goto home menu and kill process)
app install hack needs to be removed when SD card works
cyclone68k is broken on iOS
Fixed:
double pressing power button issue(better without PDKBEN but still not correct)

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)