mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2025-01-11 19:39:09 +01:00
Comment out reload of IOS 58 before booting homebrew. Stops random code dumps when booting HB.
This commit is contained in:
parent
cc78e4cae7
commit
c067269f00
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user