Skip to content

Commit 6b1b8d1

Browse files
authored
Merge pull request #104 from Ploggy/master
[WiiU] Aroma CFW Compatibility
2 parents 1fa865a + abca655 commit 6b1b8d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platforms/libretro/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ else ifneq (,$(filter $(platform), ngc wii wiiu))
135135
CXX = $(DEVKITPPC)/bin/powerpc-eabi-g++$(EXE_EXT)
136136
AR = $(DEVKITPPC)/bin/powerpc-eabi-ar$(EXE_EXT)
137137
CXXFLAGS += -DMINIZ_NO_TIME -DGEKKO -mcpu=750 -meabi -mhard-float -D__ppc__ -DMSB_FIRST -I$(DEVKITPRO)/libogc/include
138-
CXXFLAGS += -U__INT32_TYPE__ -U __UINT32_TYPE__ -D__INT32_TYPE__=int
138+
CXXFLAGS += -ffunction-sections -fdata-sections -D__wiiu__ -D__wut__
139139
STATIC_LINKING = 1
140140
ifneq (,$(findstring wiiu,$(platform)))
141141
CXXFLAGS += -DWIIU -DHW_RVL

0 commit comments

Comments
 (0)