Update Makefile.libretro
[pcsx_rearmed.git] / Makefile.libretro
index ed86cc0..cb514b7 100644 (file)
@@ -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
@@ -246,6 +246,7 @@ else ifneq (,$(findstring armv,$(platform)))
        else ifneq (,$(findstring cortexa7,$(platform)))
                CFLAGS += -marm -mcpu=cortex-a7
                ASFLAGS += -mcpu=cortex-a7
+               LIBZ :=
        else ifneq (,$(findstring cortexa9,$(platform)))
                CFLAGS += -marm -mcpu=cortex-a9
                ASFLAGS += -mcpu=cortex-a9