mirror of
https://gitlab.com/Nanolx/homebrewfilter.git
synced 2024-11-24 18:16:56 +01:00
remove that wiimc workaround
This commit is contained in:
parent
f98e159cce
commit
a1a5052daf
Binary file not shown.
@ -240,7 +240,8 @@ int BootHomebrew()
|
||||
|
||||
if(!wiiload_args)
|
||||
{
|
||||
if(strstr(filepath.c_str(), "wiimc") != 0 || SelectedIOS() != IOS_GetVersion())
|
||||
|
||||
if(SelectedIOS() != IOS_GetVersion())
|
||||
{
|
||||
//keep ahbprot rights in new ios
|
||||
Patch_ahbprot();
|
||||
|
2
updates
2
updates
@ -12,8 +12,6 @@
|
||||
rather than comex'. Fixes the issue that HBF
|
||||
does not properly respond when power or reset
|
||||
button on the console have been pressed
|
||||
- BUGFIX: work around the issue that WiiMC under certain circumstances
|
||||
does not recognize the USB HDD.
|
||||
- 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