mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-20 04:29:13 +12:00
[Mutex] Make less dumb
This commit is contained in:
parent
91e008ad1d
commit
2ebbb08766
2 changed files with 1 additions and 2 deletions
|
@ -169,7 +169,6 @@ Handle Kernel::makeMutex(bool locked) {
|
|||
if (locked) {
|
||||
Mutex* moo = objects[ret].getData<Mutex>();
|
||||
moo->ownerThread = currentThreadIndex;
|
||||
moo->lockCount = 1;
|
||||
}
|
||||
|
||||
return ret;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue