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…
Reference in New Issue