[Scummvm-git-logs] scummvm master -> 233d969025569b56c08baa089728329e1b134cba
AReim1982
noreply at scummvm.org
Wed Dec 20 07:46:32 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:
233d969025 WII: Removed system restart when exiting ScummVM
Commit: 233d969025569b56c08baa089728329e1b134cba
https://github.com/scummvm/scummvm/commit/233d969025569b56c08baa089728329e1b134cba
Author: Alexander Reim (alexander at areim.de)
Date: 2023-12-20T08:46:06+01:00
Commit Message:
WII: Removed system restart when exiting ScummVM
Quitting ScummVM resulted in a black screen around DevKitPPC R33. With the current version, a forced restart of the WII is no longer necessary. After exiting ScummVM, the WII jumps back to the start menu or the Homebrew Channel.
Changed paths:
backends/platform/wii/main.cpp
diff --git a/backends/platform/wii/main.cpp b/backends/platform/wii/main.cpp
index d7606b3ab21..28eacc39137 100644
--- a/backends/platform/wii/main.cpp
+++ b/backends/platform/wii/main.cpp
@@ -267,8 +267,6 @@ int main(int argc, char *argv[]) {
gfx_deinit();
gfx_video_deinit();
- SYS_ResetSystem(SYS_RETURNTOMENU, 0, 0);
-
return res;
}
More information about the Scummvm-git-logs
mailing list