Posted By: wraggster
Squidman has released rebooter for the Nintendo Wii which does exactly what it says on the tin
This utility simply provides you with a simple list of stuff to do. Hit Z to return to loader, or R to reboot.
I made this program because I was tired of having to walk up to my Wii and hold the power button for about 5 seconds for it to turn off, so I decided this would be better
I am providing the code here because I really want to see this in every app available so we don't have to use this ugly thing
void Reboot()
{
// Thanks to hell_hibou
int fd = IOS_Open("/dev/stm/immediate", 0);
IOS_Ioctl(fd, 0x2001, NULL, 0, NULL, 0);
IOS_Close(fd);
Download and Give Feedback Via Comments