mirror of
https://github.com/libretro/Mu.git
synced 2026-07-08 17:57:01 +00:00
No cyclone for iOS, it really doesnt want to work
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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