From: Yuxuan Shui Date: Tue, 29 Aug 2017 02:35:18 +0000 (-0400) Subject: Use dynamic base address for 3ds too X-Git-Tag: r24l~786^2 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9508b4c7f493564126d72e828e1d4971a69995f9;p=pcsx_rearmed.git Use dynamic base address for 3ds too Fixes #125 --- diff --git a/Makefile.libretro b/Makefile.libretro index 88a48f46..e28955ba 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