mirror of
https://github.com/wiiu-env/WUMSLoader.git
synced 2024-11-01 05:45:08 +01:00
Stop calling SYSLaunchMenu (this forces the usage of the AutobootModule)
This commit is contained in:
parent
2b0c1bdd77
commit
80e7361d85
@ -31,17 +31,6 @@ int main(int argc, char **argv) {
|
||||
DEBUG_FUNCTION_LINE("Setup wumsloader");
|
||||
SetupWUMSLoader();
|
||||
|
||||
nn::act::Initialize();
|
||||
nn::act::SlotNo slot = nn::act::GetSlotNo();
|
||||
nn::act::SlotNo defaultSlot = nn::act::GetDefaultAccount();
|
||||
nn::act::Finalize();
|
||||
|
||||
if (defaultSlot) { //normal menu boot
|
||||
SYSLaunchMenu();
|
||||
} else { //show mii select
|
||||
_SYSLaunchMenuWithCheckingAccount(slot);
|
||||
}
|
||||
|
||||
deinitLogging();
|
||||
|
||||
__fini();
|
||||
|
Loading…
Reference in New Issue
Block a user