X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile.libretro;h=3381d0eef9385dcd5e60757197308629e5de2b86;hb=87f07621f8f864204d15e5514b7dcda7ed458fd4;hp=d3a3530c2690b4ec788c23710cea2091ede71b29;hpb=722c138352884b520a28363e62f4d5c09a361a5d;p=pcsx_rearmed.git diff --git a/Makefile.libretro b/Makefile.libretro index d3a3530c..3381d0ee 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -322,7 +322,7 @@ else ifeq ($(platform), ctr) CFLAGS += -Ifrontend/3ds -I$(CTRULIB)/include CFLAGS += -Werror=implicit-function-declaration CFLAGS += -DHAVE_UNISTD_H - CFLAGS += -D_LZMA_UINT32_IS_ULONG + CFLAGS += -DZ7_DECL_Int32_AS_long OBJS += frontend/3ds/utils.o @@ -355,7 +355,7 @@ else ifneq (,$(filter $(platform),ngc wii wiiu)) # -mwup was removed in newer devkitPPC versions CFLAGS += -DHW_WUP CFLAGS += -I frontend/wiiu - CFLAGS += -D_LZMA_UINT32_IS_ULONG + CFLAGS += -DZ7_DECL_Int32_AS_long LIGHTREC_CUSTOM_MAP := 1 LIGHTREC_CUSTOM_MAP_OBJ := libpcsxcore/lightrec/mem_wiiu.o endif