[Scummvm-git-logs] scummvm master -> d40d84e80aad20a23c7d8303176ec485988b54a2
AReim1982
alexander at areim.de
Sun Oct 11 09:52:30 UTC 2020
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:
d40d84e80a WII: Return to the system menu instead of a black screen on exit
Commit: d40d84e80aad20a23c7d8303176ec485988b54a2
https://github.com/scummvm/scummvm/commit/d40d84e80aad20a23c7d8303176ec485988b54a2
Author: Alexander Reim (alexander at areim.de)
Date: 2020-10-11T11:51:02+02:00
Commit Message:
WII: Return to the system menu instead of a black screen on exit
Changed paths:
backends/platform/wii/main.cpp
diff --git a/backends/platform/wii/main.cpp b/backends/platform/wii/main.cpp
index e5d3e74c3a..72d2514d90 100644
--- a/backends/platform/wii/main.cpp
+++ b/backends/platform/wii/main.cpp
@@ -253,6 +253,8 @@ 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