interims fix to workaround an issue with wiimc

This commit is contained in:
Christopher Roy Bratusek 2012-04-09 18:29:14 +02:00
parent 70de4209f0
commit df293dfd92
3 changed files with 5 additions and 6 deletions

Binary file not shown.

View File

@ -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;

View File

@ -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