aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAutechre2020-12-29 02:29:20 +0100
committerGitHub2020-12-29 02:29:20 +0100
commita13dbbeb34b1e03ac5cc32c252ea0f4e731dc151 (patch)
tree37a4466705da9f0e8b81c88ef127e2bf5a49d695
parent2f6f84e12d772b74222de127d933e9ebd2cee082 (diff)
downloadsnes9x2005-a13dbbeb34b1e03ac5cc32c252ea0f4e731dc151.tar.gz
snes9x2005-a13dbbeb34b1e03ac5cc32c252ea0f4e731dc151.tar.bz2
snes9x2005-a13dbbeb34b1e03ac5cc32c252ea0f4e731dc151.zip
Update Makefile
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 22e84ee..3c4fe9e 100644
--- a/Makefile
+++ b/Makefile
@@ -251,7 +251,7 @@ else ifeq ($(platform), wiiu)
TARGET := $(TARGET_NAME)_libretro_$(platform).a
CC = $(DEVKITPPC)/bin/powerpc-eabi-gcc$(EXE_EXT)
AR = $(DEVKITPPC)/bin/powerpc-eabi-ar$(EXE_EXT)
- CFLAGS += -DGEKKO -DWIIU -DHW_RVL -mwup -mcpu=750 -meabi -mhard-float -D__ppc__ -DMSB_FIRST
+ CFLAGS += -DGEKKO -DWIIU -DHW_RVL -mcpu=750 -meabi -mhard-float -D__ppc__ -DMSB_FIRST
CFLAGS += -U__INT32_TYPE__ -U __UINT32_TYPE__ -D__INT32_TYPE__=int
STATIC_LINKING = 1
else ifeq ($(platform), emscripten)