diff options
author | retro-wertz | 2019-03-12 14:21:03 +0800 |
---|---|---|
committer | retro-wertz | 2019-03-12 14:21:03 +0800 |
commit | 1f056562e2bf8a37995029f7166fb8b1bbd1f0cc (patch) | |
tree | 3a3b71888d742d9ada0f2dd1178d342e52730a2e /Makefile.libretro | |
parent | b26afb99fb1a118d344b6a42b5d40c3d78b5b913 (diff) | |
download | pcsx_rearmed-1f056562e2bf8a37995029f7166fb8b1bbd1f0cc.tar.gz pcsx_rearmed-1f056562e2bf8a37995029f7166fb8b1bbd1f0cc.tar.bz2 pcsx_rearmed-1f056562e2bf8a37995029f7166fb8b1bbd1f0cc.zip |
3DS: Re-enable unai gpu
- As per request for performance testing sacrificing quality
Diffstat (limited to 'Makefile.libretro')
-rw-r--r-- | Makefile.libretro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.libretro b/Makefile.libretro index 8899ed7..2d88b70 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -177,7 +177,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 |