mirror of
https://github.com/Atmosphere-NX/Atmosphere
synced 2024-11-10 07:06:34 +00:00
set.mitm: Add delay to allow fatal to work when thrown
This commit is contained in:
parent
18ee6eb2e6
commit
2711702e29
1 changed files with 3 additions and 0 deletions
|
@ -38,6 +38,9 @@ static HosThread g_fatal_thread;
|
|||
|
||||
static void FatalThreadFunc(void *arg) {
|
||||
Result rc = (Result)((uintptr_t)arg);
|
||||
|
||||
svcSleepThread(5000000000ULL);
|
||||
|
||||
fatalSimple(rc);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue