diff --git a/installer/wad/0001000154484246.tmd b/installer/wad/0001000154484246.tmd index 10817a9..dbffc06 100644 Binary files a/installer/wad/0001000154484246.tmd and b/installer/wad/0001000154484246.tmd differ diff --git a/source/BootHomebrew/BootHomebrew.cpp b/source/BootHomebrew/BootHomebrew.cpp index cceacea..05f381b 100644 --- a/source/BootHomebrew/BootHomebrew.cpp +++ b/source/BootHomebrew/BootHomebrew.cpp @@ -240,14 +240,12 @@ int BootHomebrew() if(!wiiload_args) { - if(SelectedIOS() != IOS_GetVersion()) + if(strstr(filepath.c_str(), "wiimc") != 0 || SelectedIOS() != IOS_GetVersion()) { //keep ahbprot rights in new ios Patch_ahbprot(); IOS_ReloadIOS(SelectedIOS()); } - else - IOS_ReloadIOS(SelectedIOS()); } wiiload_args = 0; diff --git a/updates b/updates index e068689..3324a6d 100644 --- a/updates +++ b/updates @@ -8,9 +8,10 @@ - BUGFIX: installer no longer crashes on IOS58 due to early controller initialization (only happened under certain circumstances) -- BUGFIX: ... seems the issue where WiiMC is the only application - that does not see the USB HDD is fixed (only happened - under certain circumstances) +- BUGFIX: when loaded via THBF channel it could happen that + WiiMC was the only application that did NOT see the + USB HDD - this is temporarly solved, until we have + a proper THBF channel - BUGFIX: compiled with libpng 1.4 to fix a problem in PNG handling - BUGFIX: return to HBF feature now works again - installer now supports Classic-Controller