diff --git a/stratosphere/boot2/source/boot2_main.cpp b/stratosphere/boot2/source/boot2_main.cpp index 70012df0b..0849c9b36 100644 --- a/stratosphere/boot2/source/boot2_main.cpp +++ b/stratosphere/boot2/source/boot2_main.cpp @@ -156,6 +156,8 @@ int main(int argc, char **argv) LaunchTitle(std::get(g_additional_launch_programs[i]), 3, 0, NULL); } } - - return 0; + + while (true) { + svcExitProcess(); + } } \ No newline at end of file