From c1567e8c18840433458796664d1c857809601e27 Mon Sep 17 00:00:00 2001 From: Justin Weiss Date: Sat, 21 Sep 2019 16:44:31 -0700 Subject: [PATCH 1/1] Re-enable unai on 3DS It now builds properly, and is much much faster. --- Makefile.libretro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.libretro b/Makefile.libretro index 514b7efc..1b968dc2 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -188,7 +188,7 @@ else ifeq ($(platform), ctr) CFLAGS += -Werror=implicit-function-declaration # CFLAGS += -DPCSX -# BUILTIN_GPU = unai + BUILTIN_GPU = unai USE_DYNAREC = 1 DRC_CACHE_BASE = 0 ARCH = arm -- 2.39.2