Skip to content

Commit

Permalink
Stop calling SYSLaunchMenu (this forces the usage of the AutobootModule)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maschell committed Jun 30, 2024
1 parent 2b0c1bd commit 80e7361
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions source/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 80e7361

Please sign in to comment.