diff options
author | Justin Weiss | 2019-09-21 16:44:31 -0700 |
---|---|---|
committer | Justin Weiss | 2019-09-21 16:44:31 -0700 |
commit | c1567e8c18840433458796664d1c857809601e27 (patch) | |
tree | 7ff2b44d2626a42334f3b0e01e5d7bdbb4b0ac83 | |
parent | 915cd7d7a2b7d4c5f3dd53219b36f62184d68c65 (diff) | |
download | pcsx_rearmed-c1567e8c18840433458796664d1c857809601e27.tar.gz pcsx_rearmed-c1567e8c18840433458796664d1c857809601e27.tar.bz2 pcsx_rearmed-c1567e8c18840433458796664d1c857809601e27.zip |
Re-enable unai on 3DS
It now builds properly, and is much much faster.
-rw-r--r-- | Makefile.libretro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.libretro b/Makefile.libretro index 514b7ef..1b968dc 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 |