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.
This commit is contained in:
Alexander Reim 2023-12-20 08:46:06 +01:00
parent c3cf4adf95
commit 233d969025

View File

@ -267,8 +267,6 @@ int main(int argc, char *argv[]) {
gfx_deinit();
gfx_video_deinit();
SYS_ResetSystem(SYS_RETURNTOMENU, 0, 0);
return res;
}