From 0702a1f36ab283a6f6de9f3e2e473cd03a78bdf5 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 6 Aug 2016 21:04:49 +0200 Subject: (Vita) Try to enable dynarec now --- Makefile.libretro | 4 ++-- 1 file 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 -- cgit v1.2.3