From 1aaf84bb9fbbe16ffeb2d9439b4f99f709c89f79 Mon Sep 17 00:00:00 2001 From: Ploggy Date: Sat, 4 Mar 2023 14:46:45 +0000 Subject: [PATCH] Update Makefile --- platforms/libretro/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platforms/libretro/Makefile b/platforms/libretro/Makefile index f69ede6..e1c3157 100644 --- a/platforms/libretro/Makefile +++ b/platforms/libretro/Makefile @@ -135,7 +135,7 @@ else ifneq (,$(filter $(platform), ngc wii wiiu)) CXX = $(DEVKITPPC)/bin/powerpc-eabi-g++$(EXE_EXT) AR = $(DEVKITPPC)/bin/powerpc-eabi-ar$(EXE_EXT) CXXFLAGS += -DMINIZ_NO_TIME -DGEKKO -mcpu=750 -meabi -mhard-float -D__ppc__ -DMSB_FIRST -I$(DEVKITPRO)/libogc/include - CXXFLAGS += -U__INT32_TYPE__ -U __UINT32_TYPE__ -D__INT32_TYPE__=int + CXXFLAGS += -ffunction-sections -fdata-sections -D__wiiu__ -D__wut__ STATIC_LINKING = 1 ifneq (,$(findstring wiiu,$(platform))) CXXFLAGS += -DWIIU -DHW_RVL