diff options
author | Autechre | 2020-12-29 01:45:02 +0100 |
---|---|---|
committer | GitHub | 2020-12-29 01:45:02 +0100 |
commit | c75071b33c6124e478bc6e2407455fae987b80c3 (patch) | |
tree | 541088dedb9efc07ddd7e777911610606b7fc2b6 | |
parent | 0e5b5e753a8d4ea3146f244d9e2e6504f3b1b2c6 (diff) | |
download | snes9x2002-c75071b33c6124e478bc6e2407455fae987b80c3.tar.gz snes9x2002-c75071b33c6124e478bc6e2407455fae987b80c3.tar.bz2 snes9x2002-c75071b33c6124e478bc6e2407455fae987b80c3.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 -mwup -mcpu=750 -meabi -mhard-float -DBLARGG_BIG_ENDIAN=1 -D__ppc__ -DHW_RVL + CFLAGS += -DGEKKO -DWIIU -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 |