mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-10 06:01:52 +00:00
boot2: exit process at end of main().
This commit is contained in:
parent
e7e28fbc57
commit
64bf2052e5
1 changed files with 4 additions and 2 deletions
|
@ -156,6 +156,8 @@ int main(int argc, char **argv)
|
||||||
LaunchTitle(std::get<u64>(g_additional_launch_programs[i]), 3, 0, NULL);
|
LaunchTitle(std::get<u64>(g_additional_launch_programs[i]), 3, 0, NULL);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
while (true) {
|
||||||
|
svcExitProcess();
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue