From df293dfd92cf6c2b393a8d29822e6c422c0391c6 Mon Sep 17 00:00:00 2001 From: Christopher Roy Bratusek Date: Mon, 9 Apr 2012 18:29:14 +0200 Subject: [PATCH] interims fix to workaround an issue with wiimc --- installer/wad/0001000154484246.tmd | Bin 592 -> 592 bytes source/BootHomebrew/BootHomebrew.cpp | 4 +--- updates | 7 ++++--- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/installer/wad/0001000154484246.tmd b/installer/wad/0001000154484246.tmd index 10817a9a4b6b18f1e1c6e1583816235b0aa613ee..dbffc069ca09b160c10a1dec0b76bf9167ceaf0f 100644 GIT binary patch delta 29 lcmcb>a)D)oHIwLqa)D)oHIrz<%U4DG8=mdeJS)z)gY(qIr5qZZJ^;Xh3`PI| 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