mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-02-08 07:55:52 +01:00
Core does not run properly in thumb mode, put back arm mode flag for android
This commit is contained in:
parent
e2ce06d2f2
commit
6964cf9d95
@ -63,6 +63,7 @@ LOCAL_CFLAGS := $(COREFLAGS)
|
||||
LOCAL_C_INCLUDES := $(CORE_DIR)
|
||||
LOCAL_LDFLAGS := -Wl,-version-script=$(LIBRETRO_DIR)/link.T
|
||||
LOCAL_LDLIBS := -llog -lz
|
||||
LOCAL_ARM_MODE := arm
|
||||
|
||||
ifeq ($(TARGET_ARCH_ABI),armeabi-v7a)
|
||||
LOCAL_ARM_NEON := true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user