diff options
author | Autechre | 2020-12-29 07:19:32 +0100 |
---|---|---|
committer | GitHub | 2020-12-29 07:19:32 +0100 |
commit | cc674da0c3f9248400237e090d6198f3c4713fc6 (patch) | |
tree | 0024f828a419e4f935700fc03851bf8e73e1843e | |
parent | c75071b33c6124e478bc6e2407455fae987b80c3 (diff) | |
download | snes9x2002-cc674da0c3f9248400237e090d6198f3c4713fc6.tar.gz snes9x2002-cc674da0c3f9248400237e090d6198f3c4713fc6.tar.bz2 snes9x2002-cc674da0c3f9248400237e090d6198f3c4713fc6.zip |
Update Makefile
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -124,7 +124,7 @@ else ifeq ($(platform), wiiu) TARGET := $(TARGET_NAME)_libretro_$(platform).a CC = $(DEVKITPPC)/bin/powerpc-eabi-gcc AR = $(DEVKITPPC)/bin/powerpc-eabi-ar - CFLAGS += -DGEKKO -DWIIU -mcpu=750 -meabi -mhard-float -DBLARGG_BIG_ENDIAN=1 -D__ppc__ -DHW_RVL + CFLAGS += -DGEKKO -DWIIU -mwup -mcpu=750 -meabi -mhard-float -DBLARGG_BIG_ENDIAN=1 -D__ppc__ -DHW_RVL CFLAGS += -U__INT32_TYPE__ -U __UINT32_TYPE__ -D__INT32_TYPE__=int CFLAGS += -DMSB_FIRST STATIC_LINKING := 1 |