diff options
author | Andrés | 2018-08-21 09:07:17 -0500 |
---|---|---|
committer | GitHub | 2018-08-21 09:07:17 -0500 |
commit | 41b2da9465091b2d50780b24a31495480609fbbc (patch) | |
tree | 359f73d7556baf5a3cc07c08e9cd43daa4736e15 | |
parent | bef555d722c23a12db932e1d7c092a3aaa6fffb6 (diff) | |
download | pcsx_rearmed-41b2da9465091b2d50780b24a31495480609fbbc.tar.gz pcsx_rearmed-41b2da9465091b2d50780b24a31495480609fbbc.tar.bz2 pcsx_rearmed-41b2da9465091b2d50780b24a31495480609fbbc.zip |
Update Makefile.libretro
-rw-r--r-- | Makefile.libretro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.libretro b/Makefile.libretro index 0544aab..cb514b7 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -167,7 +167,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 |