X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile.libretro;h=265ae696cf5f6617f7d1576d0f783c1e6dd7a13a;hb=fde7a317052fd7e7111b0e003e65d0d1b8159cac;hp=2df324d4cff05612da76d67fb001485d7006d23a;hpb=ae9f50a70e13cd33f4454c2a83471071f31f8e40;p=pcsx_rearmed.git diff --git a/Makefile.libretro b/Makefile.libretro index 2df324d4..265ae696 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -322,6 +322,7 @@ else ifeq ($(platform), ctr) CFLAGS += -Ifrontend/3ds -I$(CTRULIB)/include CFLAGS += -Werror=implicit-function-declaration CFLAGS += -DHAVE_UNISTD_H + CFLAGS += -DZ7_DECL_Int32_AS_long OBJS += frontend/3ds/utils.o @@ -354,8 +355,10 @@ else ifneq (,$(filter $(platform),ngc wii wiiu)) # -mwup was removed in newer devkitPPC versions CFLAGS += -DHW_WUP CFLAGS += -I frontend/wiiu + CFLAGS += -DZ7_DECL_Int32_AS_long LIGHTREC_CUSTOM_MAP := 1 LIGHTREC_CUSTOM_MAP_OBJ := libpcsxcore/lightrec/mem_wiiu.o + LIGHTREC_CODE_INV := 1 endif ARCH = powerpc BUILTIN_GPU = peops