From: twinaphex Date: Sat, 6 Aug 2016 19:06:10 +0000 (+0200) Subject: (Vita) Have to set DRC_CACHE_BASE to 0 for now X-Git-Tag: r24l~841 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1cc8c854f8161cd0251a9b92929ad01584031ed3;p=pcsx_rearmed.git (Vita) Have to set DRC_CACHE_BASE to 0 for now --- diff --git a/Makefile.libretro b/Makefile.libretro index b019cb1b..79d71c52 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -125,7 +125,7 @@ else ifeq ($(platform), vita) BUILTIN_GPU = neon USE_DYNAREC = 1 - DRC_CACHE_BASE = 1 + DRC_CACHE_BASE = 0 ARCH = arm STATIC_LINKING = 1