eXTReMe Tracker


 

19:24 May 2nd, 2008

Rebooter

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

8 comments - Last Comment By PeyeRate420

 

Part of the DCEmu Network Nintendo Wii News