WII: Return to the system menu instead of a black screen on exit

This commit is contained in:
Alexander Reim 2020-10-11 11:51:02 +02:00
parent 12e7fb917b
commit d40d84e80a

View file

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