Comment out reload of IOS 58 before booting homebrew. Stops random code dumps when booting HB.

This commit is contained in:
entropy 2012-03-11 15:55:13 +00:00
parent cc78e4cae7
commit c067269f00

View File

@ -122,7 +122,7 @@ int main(int argc, char **argv)
vid.cleanup(); vid.cleanup();
if (bootHB) if (bootHB)
{ {
IOS_ReloadIOS(58); //IOS_ReloadIOS(58);
BootHomebrew(); BootHomebrew();
} }
Open_Inputs(); //reinit wiimote Open_Inputs(); //reinit wiimote