Skip to content

Commit

Permalink
Update Makefile.libretro (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ploggy authored Jun 28, 2024
1 parent 89d2c90 commit 6c72b77
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 @@ -383,7 +383,7 @@ else ifneq (,$(filter $(platform), ngc wii wiiu))
AR = $(DEVKITPPC)/bin/powerpc-eabi-ar$(EXE_EXT)
ENDIANNESS_DEFINES := -DBYTE_ORDER=BIG_ENDIAN -DCPU_IS_BIG_ENDIAN=1 -DWORDS_BIGENDIAN=1
PLATFORM_DEFINES := -DGEKKO -mcpu=750 -meabi -mhard-float -DALT_RENDER
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
USE_PER_SOUND_CHANNELS_CONFIG = 0

Expand Down

0 comments on commit 6c72b77

Please sign in to comment.