[Scummvm-git-logs] scummvm master -> 98b7231047e7065f86be6db808cf69fb66061506
AReim1982
noreply at scummvm.org
Tue Dec 19 13:24:53 UTC 2023
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
98b7231047 WII: Disable unsupported features by default
Commit: 98b7231047e7065f86be6db808cf69fb66061506
https://github.com/scummvm/scummvm/commit/98b7231047e7065f86be6db808cf69fb66061506
Author: Alexander Reim (alexander at areim.de)
Date: 2023-12-19T14:24:47+01:00
Commit Message:
WII: Disable unsupported features by default
Various crashes can be attributed to these 3 features. The main problem is the lack of RAM and the slow performance of the Wii in connection with these 3 features.
Changed paths:
configure
diff --git a/configure b/configure
index d93a048e7b7..6b6a280211c 100755
--- a/configure
+++ b/configure
@@ -3988,6 +3988,9 @@ if test -n "$_host"; then
_backend="wii"
_build_scalers=no
_build_aspect=no
+ _tinygl=no
+ _nuked_opl=no
+ _mt32emu=no
_vkeybd=yes
_port_mk="backends/platform/wii/wii.mk"
add_line_to_config_mk 'GAMECUBE = 0'
More information about the Scummvm-git-logs
mailing list