From: twinaphex Date: Sat, 6 Aug 2016 19:04:49 +0000 (+0200) Subject: (Vita) Try to enable dynarec now X-Git-Tag: r24l~842 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0702a1f36ab283a6f6de9f3e2e473cd03a78bdf5;p=pcsx_rearmed.git (Vita) Try to enable dynarec now --- diff --git a/Makefile.libretro b/Makefile.libretro index 1cb1df91..b019cb1b 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