WII: Return to the system menu instead of a black screen on exit
This commit is contained in:
parent
12e7fb917b
commit
d40d84e80a
1 changed files with 2 additions and 0 deletions
|
@ -253,6 +253,8 @@ int main(int argc, char *argv[]) {
|
||||||
gfx_deinit();
|
gfx_deinit();
|
||||||
gfx_video_deinit();
|
gfx_video_deinit();
|
||||||
|
|
||||||
|
SYS_ResetSystem(SYS_RETURNTOMENU, 0, 0);
|
||||||
|
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue