mirror of
https://gitlab.com/Nanolx/homebrewfilter.git
synced 2024-11-01 07:05:10 +01:00
one if less, NEWS
This commit is contained in:
parent
df70a786a6
commit
e399b441a6
Binary file not shown.
@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
|
6
updates
6
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
|
||||
- <ahb_access/>: preserve HW_AHBPROT and reload the selected IOS
|
||||
- <no_ios_reload/>: do nothing
|
||||
- <force_ios_reload/> or nothing: just reload the selected IOS
|
||||
- if we are in neek2o or start an app via wiiload, we have like
|
||||
<no_ios_reload/> would have been given
|
||||
|
||||
//rev38:
|
||||
- changes to the app-info dialog:
|
||||
|
Loading…
Reference in New Issue
Block a user