From 1cc8c854f8161cd0251a9b92929ad01584031ed3 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 6 Aug 2016 21:06:10 +0200 Subject: [PATCH] (Vita) Have to set DRC_CACHE_BASE to 0 for now --- Makefile.libretro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2