fatal: misc cleanup, verified to reboot on hardware

This commit is contained in:
Michael Scire 2018-11-10 02:21:29 -08:00
parent 6f240b1665
commit 1228cd6903
6 changed files with 17 additions and 11 deletions

View file

@ -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) {