Use dynamic base address for 3ds too
authorYuxuan Shui <yshuiv7@gmail.com>
Tue, 29 Aug 2017 02:35:18 +0000 (22:35 -0400)
committerYuxuan Shui <yshuiv7@gmail.com>
Tue, 29 Aug 2017 02:36:49 +0000 (22:36 -0400)
Fixes #125

Makefile.libretro

index 88a48f4..e28955b 100644 (file)
@@ -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