mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-18 08:11:21 +00:00
set.mitm: Add delay to allow fatal to work when thrown
This commit is contained in:
parent
18ee6eb2e6
commit
2711702e29
@ -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 New Issue
Block a user