From 1c7db7719216d42d4cf23d00cd6400451ec54880 Mon Sep 17 00:00:00 2001 From: Ploggy Date: Tue, 18 Jun 2024 13:46:09 +0100 Subject: [PATCH] Update WiiU Makefile More --- src/libretro/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libretro/Makefile b/src/libretro/Makefile index 4ef12f24..c9d1855c 100644 --- a/src/libretro/Makefile +++ b/src/libretro/Makefile @@ -311,7 +311,7 @@ else ifeq ($(platform), wiiu) CXX = $(DEVKITPPC)/bin/powerpc-eabi-g++$(EXE_EXT) AR = $(DEVKITPPC)/bin/powerpc-eabi-ar$(EXE_EXT) ENDIANNESS_DEFINES += -DMSB_FIRST -DWORDS_BIGENDIAN=1 - PLATFORM_DEFINES += -DGEKKO -DWIIU -DHW_RVL -mwup -mcpu=750 -meabi -mhard-float -D__ppc__ + PLATFORM_DEFINES += -DGEKKO -DWIIU -DHW_RVL -mcpu=750 -meabi -mhard-float -D__ppc__ PLATFORM_DEFINES += -ffunction-sections -fdata-sections -D__wiiu__ -D__wut__ STATIC_LINKING=1 TILED_RENDERING=1