aboutsummaryrefslogtreecommitdiff
path: root/Makefile.libretro
diff options
context:
space:
mode:
authorYuxuan Shui2017-08-28 22:35:18 -0400
committerYuxuan Shui2017-08-28 22:36:49 -0400
commit9508b4c7f493564126d72e828e1d4971a69995f9 (patch)
tree924720c49ac10c9ab3c98e3d3e06c8f4a06bc33c /Makefile.libretro
parent358a8764ccdab8d5228c0c8c958fa7c0ff45f4a0 (diff)
downloadpcsx_rearmed-9508b4c7f493564126d72e828e1d4971a69995f9.tar.gz
pcsx_rearmed-9508b4c7f493564126d72e828e1d4971a69995f9.tar.bz2
pcsx_rearmed-9508b4c7f493564126d72e828e1d4971a69995f9.zip
Use dynamic base address for 3ds too
Fixes #125
Diffstat (limited to 'Makefile.libretro')
-rw-r--r--Makefile.libretro2
1 files changed, 1 insertions, 1 deletions
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