summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAutechre2020-12-29 01:45:02 +0100
committerGitHub2020-12-29 01:45:02 +0100
commitc75071b33c6124e478bc6e2407455fae987b80c3 (patch)
tree541088dedb9efc07ddd7e777911610606b7fc2b6
parent0e5b5e753a8d4ea3146f244d9e2e6504f3b1b2c6 (diff)
downloadsnes9x2002-c75071b33c6124e478bc6e2407455fae987b80c3.tar.gz
snes9x2002-c75071b33c6124e478bc6e2407455fae987b80c3.tar.bz2
snes9x2002-c75071b33c6124e478bc6e2407455fae987b80c3.zip
Update Makefile
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 57ed00f..5496e82 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 -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