mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-18 08:11:21 +00:00
boot2: exit process at end of main().
This commit is contained in:
parent
e7e28fbc57
commit
64bf2052e5
@ -157,5 +157,7 @@ int main(int argc, char **argv)
|
||||
}
|
||||
}
|
||||
|
||||
return 0;
|
||||
while (true) {
|
||||
svcExitProcess();
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user