There was an error while loading. Please reload this page.
1 parent 3a5655f commit 0e48a89Copy full SHA for 0e48a89
Makefile.libretro
@@ -259,6 +259,7 @@ else ifeq ($(platform), wiiu)
259
CC = $(DEVKITPPC)/bin/powerpc-eabi-gcc$(EXE_EXT)
260
AR = $(DEVKITPPC)/bin/powerpc-eabi-ar$(EXE_EXT)
261
CFLAGS += -DGEKKO -DWIIU -DHW_RVL -mrvl -mcpu=750 -meabi -mhard-float -DMSB_FIRST -D__ppc__
262
+ CFLAGS += -ffunction-sections -fdata-sections -D__wiiu__ -D__wut__
263
STATIC_LINKING = 1
264
HAS_GPU=0
265
0 commit comments