diff options
author | Autechre | 2020-12-29 07:13:25 +0100 |
---|---|---|
committer | GitHub | 2020-12-29 07:13:25 +0100 |
commit | 5dbdc053e8dfdeb21e8e77e2967bf0968f500d81 (patch) | |
tree | 703a8bcecd4ddf34207add1a698018a49918724e /Makefile | |
parent | a13dbbeb34b1e03ac5cc32c252ea0f4e731dc151 (diff) | |
download | snes9x2005-5dbdc053e8dfdeb21e8e77e2967bf0968f500d81.tar.gz snes9x2005-5dbdc053e8dfdeb21e8e77e2967bf0968f500d81.tar.bz2 snes9x2005-5dbdc053e8dfdeb21e8e77e2967bf0968f500d81.zip |
Update Makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 -mcpu=750 -meabi -mhard-float -D__ppc__ -DMSB_FIRST + CFLAGS += -DGEKKO -DWIIU -DHW_RVL -mwup -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) |