mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-07 14:45:41 +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;
|
||||
}
|
||||
|
||||
releaseMutex(moo);
|
||||
regs[0] = SVCResult::Success;
|
||||
releaseMutex(moo);
|
||||
}
|
||||
|
||||
// Returns whether an object is waitable or not
|
||||
|
|
Loading…
Add table
Reference in a new issue