aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.libretro4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.libretro b/Makefile.libretro
index 1cb1df9..b019cb1 100644
--- a/Makefile.libretro
+++ b/Makefile.libretro
@@ -124,8 +124,8 @@ else ifeq ($(platform), vita)
HAVE_NEON = 1
BUILTIN_GPU = neon
-# USE_DYNAREC = 1
-# DRC_CACHE_BASE = 0
+ USE_DYNAREC = 1
+ DRC_CACHE_BASE = 1
ARCH = arm
STATIC_LINKING = 1