Skip to content

Commit

Permalink
Merge pull request #104 from Ploggy/master
Browse files Browse the repository at this point in the history
[WiiU] Aroma CFW Compatibility
  • Loading branch information
drhelius authored Jun 28, 2024
2 parents 1fa865a + abca655 commit 6b1b8d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platforms/libretro/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ else ifneq (,$(filter $(platform), ngc wii wiiu))
CXX = $(DEVKITPPC)/bin/powerpc-eabi-g++$(EXE_EXT)
AR = $(DEVKITPPC)/bin/powerpc-eabi-ar$(EXE_EXT)
CXXFLAGS += -DMINIZ_NO_TIME -DGEKKO -mcpu=750 -meabi -mhard-float -D__ppc__ -DMSB_FIRST -I$(DEVKITPRO)/libogc/include
CXXFLAGS += -U__INT32_TYPE__ -U __UINT32_TYPE__ -D__INT32_TYPE__=int
CXXFLAGS += -ffunction-sections -fdata-sections -D__wiiu__ -D__wut__
STATIC_LINKING = 1
ifneq (,$(findstring wiiu,$(platform)))
CXXFLAGS += -DWIIU -DHW_RVL
Expand Down

0 comments on commit 6b1b8d1

Please sign in to comment.