We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e7fcfef + d5a42a4 commit 7de54a8Copy full SHA for 7de54a8
1 file changed
Makefile
@@ -143,7 +143,7 @@ else ifeq ($(platform), wiiu)
143
TARGET := $(TARGET_NAME)_libretro_$(platform).a
144
CC = $(DEVKITPPC)/bin/powerpc-eabi-gcc$(EXE_EXT)
145
AR = $(DEVKITPPC)/bin/powerpc-eabi-ar$(EXE_EXT)
146
- CFLAGS += -DGEKKO -DWIIU -DHW_RVL -mwup -mcpu=750 -meabi -mhard-float
+ CFLAGS += -DGEKKO -DWIIU -DHW_RVL -D__wiiu__ -DHW_WUP -ffunction-sections -fdata-sections -mcpu=750 -meabi -mhard-float
147
HAVE_RZLIB := 1
148
STATIC_LINKING=1
149
#######################################
0 commit comments