Skip to content

Commit

Permalink
Merge pull request #172 from Ploggy/master
Browse files Browse the repository at this point in the history
[WiiU] Aroma CFW Compatibility
  • Loading branch information
LibretroAdmin authored Jun 28, 2024
2 parents df29d43 + e21f336 commit 1f6b5b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.libretro
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ else ifeq ($(platform), wiiu)
CXX = $(DEVKITPPC)/bin/powerpc-eabi-g++$(EXE_EXT)
AR = $(DEVKITPPC)/bin/powerpc-eabi-ar$(EXE_EXT)
PLATFORM_DEFINES += -DGEKKO -DWIIU -DHW_RVL -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
HAVE_COMPAT = 1

Expand Down

0 comments on commit 1f6b5b3

Please sign in to comment.