From 9508b4c7f493564126d72e828e1d4971a69995f9 Mon Sep 17 00:00:00 2001 From: Yuxuan Shui Date: Mon, 28 Aug 2017 22:35:18 -0400 Subject: Use dynamic base address for 3ds too Fixes #125 --- Makefile.libretro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.libretro') diff --git a/Makefile.libretro b/Makefile.libretro index 88a48f4..e28955b 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -155,7 +155,7 @@ else ifeq ($(platform), ctr) # CFLAGS += -DPCSX # BUILTIN_GPU = unai USE_DYNAREC = 1 - DRC_CACHE_BASE = 1 + DRC_CACHE_BASE = 0 ARCH = arm HAVE_NEON = 0 -- cgit v1.2.3