mirror of
https://gitlab.com/Nanolx/homebrewfilter.git
synced 2024-11-28 03:54:21 +01:00
interims fix to workaround an issue with wiimc
This commit is contained in:
parent
70de4209f0
commit
df293dfd92
Binary file not shown.
@ -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;
|
||||
|
7
updates
7
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
|
||||
|
Loading…
Reference in New Issue
Block a user