mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-13 22:54:24 -04:00
fatal: misc cleanup, verified to reboot on hardware
This commit is contained in:
parent
6f240b1665
commit
1228cd6903
6 changed files with 17 additions and 11 deletions
|
@ -34,6 +34,9 @@ static void RunTaskThreadFunc(void *arg) {
|
|||
if (R_FAILED(rc)) {
|
||||
/* TODO: Log task failure, somehow? */
|
||||
}
|
||||
|
||||
/* Finish. */
|
||||
svcExitThread();
|
||||
}
|
||||
|
||||
static void RunTask(IFatalTask *task) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue