summaryrefslogtreecommitdiff
path: root/jni
diff options
context:
space:
mode:
authorDavid Guillen Fandos2021-03-12 17:59:36 +0100
committerDavid Guillen Fandos2021-03-12 18:05:48 +0100
commit1e8097ac79bd9026e6dd2d0046a687b8d7bec1aa (patch)
tree53dfc26767e50bb74a34870b19e91f942101c1ab /jni
parent462f0e97843fad1e05b72e4512c99bef3347303d (diff)
downloadpicogpsp-1e8097ac79bd9026e6dd2d0046a687b8d7bec1aa.tar.gz
picogpsp-1e8097ac79bd9026e6dd2d0046a687b8d7bec1aa.tar.bz2
picogpsp-1e8097ac79bd9026e6dd2d0046a687b8d7bec1aa.zip
Improve and simplify dynarec JIT area.
Also fix a regression on VITA. Use gcc/OS cache flushing routines for MIPS32 instead of synci
Diffstat (limited to 'jni')
-rw-r--r--jni/Android.mk2
1 files changed, 1 insertions, 1 deletions
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)