From a1a5052dafcdd3bef8f2883844246f1a64b5e8f9 Mon Sep 17 00:00:00 2001 From: Christopher Roy Bratusek Date: Fri, 13 Apr 2012 19:39:46 +0200 Subject: [PATCH] remove that wiimc workaround --- ...0154484246.footer => 0001000154484246.footer | Bin installer/wad/0001000154484246.tmd | Bin 592 -> 592 bytes source/BootHomebrew/BootHomebrew.cpp | 3 ++- updates | 2 -- 4 files changed, 2 insertions(+), 3 deletions(-) rename installer/wad/0001000154484246.footer => 0001000154484246.footer (100%) diff --git a/installer/wad/0001000154484246.footer b/0001000154484246.footer similarity index 100% rename from installer/wad/0001000154484246.footer rename to 0001000154484246.footer diff --git a/installer/wad/0001000154484246.tmd b/installer/wad/0001000154484246.tmd index 2cb363c3f6bc8e92dc65565741122f50b747dde8..60723be69ed9d3b0501d1db3497d833633262bf6 100644 GIT binary patch delta 33 pcmcb>a)D)oIFo3C#M=J9JXhXJTOG}a$+Vjw^P-6H`D7g?6#(Y=4PO8N delta 33 rcmV++0N(%51kePq7XlTaua8|_>Rs7{7%;QrqZ5tVy6q9&lPm%x{?-pT diff --git a/source/BootHomebrew/BootHomebrew.cpp b/source/BootHomebrew/BootHomebrew.cpp index 05f381b..0df148f 100644 --- a/source/BootHomebrew/BootHomebrew.cpp +++ b/source/BootHomebrew/BootHomebrew.cpp @@ -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(); diff --git a/updates b/updates index acbc16b..0cafe7f 100644 --- a/updates +++ b/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