summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAutechre2020-12-29 07:19:32 +0100
committerGitHub2020-12-29 07:19:32 +0100
commitcc674da0c3f9248400237e090d6198f3c4713fc6 (patch)
tree0024f828a419e4f935700fc03851bf8e73e1843e
parentc75071b33c6124e478bc6e2407455fae987b80c3 (diff)
downloadsnes9x2002-cc674da0c3f9248400237e090d6198f3c4713fc6.tar.gz
snes9x2002-cc674da0c3f9248400237e090d6198f3c4713fc6.tar.bz2
snes9x2002-cc674da0c3f9248400237e090d6198f3c4713fc6.zip
Update Makefile
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5496e82..57ed00f 100644
--- a/Makefile
+++ b/Makefile
@@ -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