mirror of
https://gitlab.com/Nanolx/homebrewfilter.git
synced 2024-11-24 18:16:56 +01:00
fixup
This commit is contained in:
parent
bf191ec70a
commit
4983eecaf8
@ -276,6 +276,14 @@ main(int argc, char *argv[])
|
||||
{
|
||||
BootHomebrew();
|
||||
}
|
||||
else if(updatehbf)
|
||||
{
|
||||
xprintf("Setting force_reload to NORELOAD\n");
|
||||
Settings.force_reload = "NORELOAD";
|
||||
xprintf("Loading boot.dol from online update\n");
|
||||
LoadHomebrew ((Settings.device_dat + ":/apps/HomebrewFilter/boot.dol").c_str());
|
||||
BootHomebrew();
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
@ -307,14 +315,6 @@ main(int argc, char *argv[])
|
||||
xprintf("Relaunching myself\n");
|
||||
WII_LaunchTitle(0x0001000154484246);
|
||||
}
|
||||
else if(updatehbf)
|
||||
{
|
||||
xprintf("Setting force_reload to NORELOAD\n");
|
||||
Settings.force_reload = "NORELOAD";
|
||||
xprintf("Loading boot.dol from online update\n");
|
||||
LoadHomebrew ((Settings.device_dat + ":/apps/HomebrewFilter/boot.dol").c_str());
|
||||
BootHomebrew();
|
||||
}
|
||||
else if(gosegui)
|
||||
{
|
||||
xprintf("Launching Settings Editor GUI\n");
|
||||
|
Loading…
Reference in New Issue
Block a user