diff options
author | hizzlekizzle | 2019-03-17 20:21:09 -0500 |
---|---|---|
committer | GitHub | 2019-03-17 20:21:09 -0500 |
commit | 3becfa56ca741815455593c515c623ad51e29e59 (patch) | |
tree | 62801e797d98a534c536fb70f98e38daad784e8a | |
parent | b5197d0389fcbcb53290b89dbf2cbe88f758d29e (diff) | |
download | pcsx_rearmed-3becfa56ca741815455593c515c623ad51e29e59.tar.gz pcsx_rearmed-3becfa56ca741815455593c515c623ad51e29e59.tar.bz2 pcsx_rearmed-3becfa56ca741815455593c515c623ad51e29e59.zip |
re-re-re-re-disable unai
it keeps breaking 3DS compilation on the buildbot.
-rw-r--r-- | Makefile.libretro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.libretro b/Makefile.libretro index 2d88b70..8899ed7 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 |