mirror of
https://github.com/FunKey-Project/gpsp_libretro.git
synced 2026-01-27 02:05:23 +01:00
Merge pull request #82 from jdgleaver/android-libco
Set 'USE_LIBCO=1' in Android JNI build file
This commit is contained in:
commit
bbb5e4aa53
@ -5,8 +5,9 @@ CORE_DIR := $(LOCAL_PATH)/..
|
||||
CORE_LDLIBS :=
|
||||
CPU_ARCH :=
|
||||
HAVE_DYNAREC :=
|
||||
USE_LIBCO := 1
|
||||
|
||||
COREFLAGS := -DINLINE=inline -D__LIBRETRO__ -DFRONTEND_SUPPORTS_RGB565
|
||||
COREFLAGS := -DINLINE=inline -D__LIBRETRO__ -DFRONTEND_SUPPORTS_RGB565 -DUSE_LIBCO
|
||||
|
||||
ifeq ($(TARGET_ARCH),arm)
|
||||
COREFLAGS += -DARM_ARCH -DARM_MEMORY_DYNAREC
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user