aboutsummaryrefslogtreecommitdiff
path: root/Makefile.libretro
diff options
context:
space:
mode:
authortwinaphex2016-08-06 21:06:10 +0200
committertwinaphex2016-08-06 21:06:10 +0200
commit1cc8c854f8161cd0251a9b92929ad01584031ed3 (patch)
treea4b6ddd6dbdd1141e4eae6c50177957efb0fd465 /Makefile.libretro
parent0702a1f36ab283a6f6de9f3e2e473cd03a78bdf5 (diff)
downloadpcsx_rearmed-1cc8c854f8161cd0251a9b92929ad01584031ed3.tar.gz
pcsx_rearmed-1cc8c854f8161cd0251a9b92929ad01584031ed3.tar.bz2
pcsx_rearmed-1cc8c854f8161cd0251a9b92929ad01584031ed3.zip
(Vita) Have to set DRC_CACHE_BASE to 0 for now
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 b019cb1..79d71c5 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