Stop calling SYSLaunchMenu (this forces the usage of the AutobootModule)

This commit is contained in:
Maschell 2024-06-30 09:47:37 +02:00
parent 2b0c1bdd77
commit 80e7361d85

View File

@ -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();