From 1e8097ac79bd9026e6dd2d0046a687b8d7bec1aa Mon Sep 17 00:00:00 2001 From: David Guillen Fandos Date: Fri, 12 Mar 2021 17:59:36 +0100 Subject: Improve and simplify dynarec JIT area. Also fix a regression on VITA. Use gcc/OS cache flushing routines for MIPS32 instead of synci --- jni/Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jni') diff --git a/jni/Android.mk b/jni/Android.mk index 92f8929..92bd9ad 100644 --- a/jni/Android.mk +++ b/jni/Android.mk @@ -9,7 +9,7 @@ HAVE_DYNAREC := COREFLAGS := -DINLINE=inline -D__LIBRETRO__ -DFRONTEND_SUPPORTS_RGB565 ifeq ($(TARGET_ARCH),arm) - COREFLAGS += -DARM_ARCH -DARM_MEMORY_DYNAREC + COREFLAGS += -DARM_ARCH CPU_ARCH := arm HAVE_DYNAREC := 1 else ifeq ($(TARGET_ARCH),x86) -- cgit v1.2.3