add kill for console

This commit is contained in:
dborth 2010-01-07 21:08:26 +00:00
parent f23c2ea048
commit 70a03f926f

View File

@ -202,6 +202,9 @@ void USBGeckoOutput()
void WiiInit()
{
extern const devoptab_t dotab_stdnull;
devoptab_list[STD_OUT] = &dotab_stdnull;
devoptab_list[STD_ERR] = &dotab_stdnull;
//USBGeckoOutput(); // uncomment to enable USB gecko output
__exception_setreload(8);
fatInitDefault();