From 34e265745fad8312bc8d555951060b80ef751cf9 Mon Sep 17 00:00:00 2001 From: Ploggy Date: Fri, 28 Jun 2024 20:58:56 +0100 Subject: [PATCH] [WiiU] Aroma CFW Compatibility (#1770) * Update Makefile * Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 02619804..71a3bbcb 100644 --- a/Makefile +++ b/Makefile @@ -396,7 +396,7 @@ else ifeq ($(platform), wiiu) CC = $(DEVKITPPC)/bin/powerpc-eabi-gcc$(EXE_EXT) AR = $(DEVKITPPC)/bin/powerpc-eabi-ar$(EXE_EXT) PLATCFLAGS += -DGEKKO -DWIIU -mcpu=750 -meabi -mhard-float -D__ppc__ -D__POWERPC__ - PLATCFLAGS += -U__INT32_TYPE__ -U __UINT32_TYPE__ -D__INT32_TYPE__=int + PLATCFLAGS += -ffunction-sections -fdata-sections -D__wiiu__ -D__wut__ STATIC_LINKING = 1 # Nintendo Switch (libnx)