Search found 1 match
- Fri Apr 17, 2009 9:24 pm
- Forum: Gamecube/Wii Development
- Topic: programming wii homebrew .dol restart wii??help needed
- Replies: 2
- Views: 6854
Re: programming wii homebrew .dol restart wii??help needed
exit(0) will exit to the loader but will code dump if you loaded your program from the system menu (ie, as a channel). It sounds like djdynamite123 is already using exit(0). To restart to the system menu, do SYS_ResetSystem(SYS_RETURNTOMENU, 0, 0); If you want your channel to either exit to the ...