From e399b441a6da34fd2b7f760007d49cec8e813f2e Mon Sep 17 00:00:00 2001 From: Christopher Roy Bratusek Date: Mon, 7 May 2012 19:45:52 +0200 Subject: [PATCH] one if less, NEWS --- installer/wad/0001000154484246.tmd | Bin 592 -> 592 bytes main/source/BootHomebrew/BootHomebrew.cpp | 19 ++++++++----------- updates | 6 ++++++ 3 files changed, 14 insertions(+), 11 deletions(-) diff --git a/installer/wad/0001000154484246.tmd b/installer/wad/0001000154484246.tmd index b5b09335c6fa454a462c7f727f7760aef831aab8..0c7adc500c5b05b01ce34289a78b91ca91658dba 100644 GIT binary patch delta 32 ocmcb>a)D)o1d~XM`b6EGD}GM=Sm_|v#IChWsHE!tWF00I0N4f$xBvhE delta 32 ncmcb>a)D)o1d~Xgq_W`m2s8FO#?2u`t$q21eO&F6b(mBDxmybT diff --git a/main/source/BootHomebrew/BootHomebrew.cpp b/main/source/BootHomebrew/BootHomebrew.cpp index 2441bcd..e012443 100644 --- a/main/source/BootHomebrew/BootHomebrew.cpp +++ b/main/source/BootHomebrew/BootHomebrew.cpp @@ -241,20 +241,17 @@ int BootHomebrew() //as we already shut down the uneek_fs system //so it will always return false - if (in_neek == false) + if (in_neek == false && !wiiload) { - if(!wiiload) + if(Settings.force_reload == "HW_AHBPROT") { - if(Settings.force_reload == "HW_AHBPROT") - { - //keep ahbprot rights in new ios - Patch_ahbprot(); - } + //keep ahbprot rights in new ios + Patch_ahbprot(); + } - if(Settings.force_reload != "NORELOAD") - { - IOS_ReloadIOS(SelectedIOS()); - } + if(Settings.force_reload != "NORELOAD") + { + IOS_ReloadIOS(SelectedIOS()); } } diff --git a/updates b/updates index 8c99625..b8d28a4 100644 --- a/updates +++ b/updates @@ -5,6 +5,12 @@ - BUGFIX: properly check whether we're in neek2o environment (obcd) - improved neek2o booter (obcd) - support for SD-Gecko and neek2o in HBF booter (obcd) +- improved meta.xml arguements for IOS-reload/HW_AHBPROT + - : preserve HW_AHBPROT and reload the selected IOS + - : do nothing + - or nothing: just reload the selected IOS + - if we are in neek2o or start an app via wiiload, we have like + would have been given //rev38: - changes to the app-info dialog: