/dev/stm/immediate
< /dev | stm
Jump to navigation
Jump to search
This is an old revision of this page, as edited by Azeazezar (talk | contribs) at 15:51, 26 March 2008. It may differ significantly from the current revision. |
This article is a stub. You can help WiiBrew by expanding it. |
this handles the shutdown/reset button on the front of the Wii, maybe it handles more.
Shutdown To Standby
STM_ShutdownToStandby inbuf can(/must?) by empty ios_ioctl( fd, 0x2003, inbuf, 0x20, outbuf, 0x20);
Hot Reset
STM_HotReset inbuf can(/must?) by empty ios_ioctl( fd, 0x2001, inbuf, 0x20, outbuf, 0x20);