mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-21 01:05:59 +00:00
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:
parent
c3cf4adf95
commit
233d969025
@ -267,8 +267,6 @@ int main(int argc, char *argv[]) {
|
||||
gfx_deinit();
|
||||
gfx_video_deinit();
|
||||
|
||||
SYS_ResetSystem(SYS_RETURNTOMENU, 0, 0);
|
||||
|
||||
return res;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user