X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=Makefile.libretro;h=01c1fcfa06b4881b2639b885da026028a2ce3d45;hb=ac027556c2c458214909380058b9ea62bfa8b97a;hp=1cb1df9169768edb24e3e9e87b467d441d3d1bc8;hpb=95527e3538b73dbbb63d28365a25e3fcff3c2650;p=pcsx_rearmed.git diff --git a/Makefile.libretro b/Makefile.libretro index 1cb1df91..01c1fcfa 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -1,5 +1,7 @@ # Makefile for PCSX ReARMed (libretro) +DEBUG=0 + ifeq ($(platform),) platform = unix ifeq ($(shell uname -a),) @@ -124,8 +126,8 @@ else ifeq ($(platform), vita) HAVE_NEON = 1 BUILTIN_GPU = neon -# USE_DYNAREC = 1 -# DRC_CACHE_BASE = 0 + USE_DYNAREC = 1 + DRC_CACHE_BASE = 0 ARCH = arm STATIC_LINKING = 1