mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-12 09:09:47 +12:00
Another one
This commit is contained in:
parent
3529c9bf67
commit
1cf8af98c2
1 changed files with 1 additions and 1 deletions
|
@ -392,8 +392,8 @@ void Kernel::svcReleaseMutex() {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
releaseMutex(moo);
|
|
||||||
regs[0] = SVCResult::Success;
|
regs[0] = SVCResult::Success;
|
||||||
|
releaseMutex(moo);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Returns whether an object is waitable or not
|
// Returns whether an object is waitable or not
|
||||||
|
|
Loading…
Add table
Reference in a new issue