From 77bb57a2746d02a1b48e2ca5c4ba389f28ded739 Mon Sep 17 00:00:00 2001 From: Ploggy Date: Fri, 28 Jun 2024 23:48:00 +0100 Subject: [PATCH] Update Makefile.libretro (#270) --- Makefile.libretro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.libretro b/Makefile.libretro index 98ee91b..3709232 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -316,7 +316,7 @@ else ifneq (,$(filter $(platform), ngc wii wiiu)) CXX = $(DEVKITPPC)/bin/powerpc-eabi-g++$(EXE_EXT) AR = $(DEVKITPPC)/bin/powerpc-eabi-ar$(EXE_EXT) PLATFORM_DEFINES += -DGEKKO -mcpu=750 -meabi -mhard-float - PLATFORM_DEFINES += -U__INT32_TYPE__ -U __UINT32_TYPE__ -D__INT32_TYPE__=int + PLATFORM_DEFINES += -ffunction-sections -fdata-sections -D__wiiu__ -D__wut__ STATIC_LINKING = 1 # Nintendo WiiU