mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-06 22:25:41 +12:00
[Kernel] Return success for SleepThread
This commit is contained in:
parent
f9079f9dce
commit
64f397f865
1 changed files with 1 additions and 0 deletions
|
@ -186,6 +186,7 @@ void Kernel::svcSleepThread() {
|
|||
logSVC("SleepThread(ns = %lld)\n", ns);
|
||||
|
||||
sleepThread(ns);
|
||||
regs[0] = SVCResult::Success;
|
||||
}
|
||||
|
||||
void Kernel::getThreadID() {
|
||||
|
|
Loading…
Add table
Reference in a new issue