From 244facd892ed89bd48df46478b21005ba487de3d Mon Sep 17 00:00:00 2001 From: meepingsnesroms Date: Sun, 9 Dec 2018 09:41:51 -0800 Subject: [PATCH] No cyclone for iOS, it really doesnt want to work --- bugs/missingFunctions.txt | 1 + libretroBuildSystem/build/Makefile.common | 6 +----- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/bugs/missingFunctions.txt b/bugs/missingFunctions.txt index 3cdb9ee..149748a 100644 --- a/bugs/missingFunctions.txt +++ b/bugs/missingFunctions.txt @@ -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) diff --git a/libretroBuildSystem/build/Makefile.common b/libretroBuildSystem/build/Makefile.common index cd435ca..2e06e27 100644 --- a/libretroBuildSystem/build/Makefile.common +++ b/libretroBuildSystem/build/Makefile.common @@ -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)