diff --git a/installer/wad/0001000154484246.tmd b/installer/wad/0001000154484246.tmd index f29ee61..9cfd957 100644 Binary files a/installer/wad/0001000154484246.tmd and b/installer/wad/0001000154484246.tmd differ diff --git a/source/Network/tcp.cpp b/source/Network/tcp.cpp index 01c51a4..efaecac 100644 --- a/source/Network/tcp.cpp +++ b/source/Network/tcp.cpp @@ -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; } } diff --git a/source/main.cpp b/source/main.cpp index a304db0..655364f 100644 --- a/source/main.cpp +++ b/source/main.cpp @@ -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); diff --git a/updates b/updates index 188f528..20166ee 100644 --- a/updates +++ b/updates @@ -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: