[Scummvm-git-logs] scummvm master -> d79f8bb292c89d2f45f4e30eeed3b1222bc28329
spleen1981
noreply at scummvm.org
Fri Sep 4 22:11:32 UTC 2026
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .
Summary:
d79f8bb292 LIBRETRO: BUILD: Wii U - replace mwup with __wiiu__
Commit: d79f8bb292c89d2f45f4e30eeed3b1222bc28329
https://github.com/scummvm/scummvm/commit/d79f8bb292c89d2f45f4e30eeed3b1222bc28329
Author: Craig (1188869+cscd98 at users.noreply.github.com)
Date: 2026-09-05T00:11:28+02:00
Commit Message:
LIBRETRO: BUILD: Wii U - replace mwup with __wiiu__
Changed paths:
backends/platform/libretro/Makefile
diff --git a/backends/platform/libretro/Makefile b/backends/platform/libretro/Makefile
index 1d024c3463f..5c0d75709e6 100644
--- a/backends/platform/libretro/Makefile
+++ b/backends/platform/libretro/Makefile
@@ -224,7 +224,7 @@ else ifeq ($(platform), wiiu)
CXX = $(DEVKITPPC)/bin/powerpc-eabi-g++$(EXE_EXT)
AR = $(DEVKITPPC)/bin/powerpc-eabi-ar$(EXE_EXT) rcs
AR_ALONE = $(DEVKITPPC)/bin/powerpc-eabi-ar$(EXE_EXT)
- DEFINES += -mwup -mcpu=750 -meabi -mhard-float -D__POWERPC__ -D__ppc__ -DRETRO_IS_BIG_ENDIAN=1 -DRETRO_IS_LITTLE_ENDIAN=0 -DWORDS_BIGENDIAN=1
+ DEFINES += -D__wiiu__ -mcpu=750 -meabi -mhard-float -D__POWERPC__ -D__ppc__ -DRETRO_IS_BIG_ENDIAN=1 -DRETRO_IS_LITTLE_ENDIAN=0 -DWORDS_BIGENDIAN=1
DEFINES += -U__INT32_TYPE__ -U __UINT32_TYPE__ -D__INT32_TYPE__=int
DEFINES += -DHAVE_STRTOUL -DWIIU
CXXFLAGS := -fpermissive
More information about the Scummvm-git-logs
mailing list