BUGFIX: make wiiload work again

This commit is contained in:
Christopher Roy Bratusek 2012-03-24 20:01:26 +01:00
parent 7742abfcf1
commit d12bfbed67
4 changed files with 6 additions and 1 deletions

Binary file not shown.

View File

@ -16,6 +16,7 @@ u8 *data = (u8 *)0x92000000;
/*** Extern variables ***/
extern GuiWindow * mainWindow;
extern bool boot_buffer;
extern bool wiiload;
/*** Extern functions ***/
extern void ResumeGui();
@ -251,6 +252,7 @@ static void * tcp_callback(void *arg)
ResumeGui();
boot_buffer = true;
wiiload = true;
break;
}
}

View File

@ -58,6 +58,7 @@ int ExitRequested = 0;
s8 PowerOff = -1;
bool boothomebrew = false;
bool boot_buffer = false;
bool wiiload = false;
// kopiere ios für app in einen vector
void addAppIos(string foldername, int ios)
@ -241,7 +242,8 @@ main(int argc, char *argv[])
BootGameCubeHomebrew();
}
else if(boot_buffer)
// BootHomebrew();
if(wiiload)
BootHomebrew();
if(get_bootmii() == 2)
IOS_ReloadIOS(254);

View File

@ -11,6 +11,7 @@
- installer now supports Classic-Controller
- installer now supports GameCube-Controller
- adopt libwiigui changes from ZERO
- BUGFIX: loading apps through wiiload works again
- updated PNGu
//rev37: