mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-13 22:47:57 -05:00
Kernel: Updated Event and Mutex to specify handle that they are blocking for.
This commit is contained in:
@ -48,7 +48,7 @@ public:
|
||||
*wait = locked;
|
||||
|
||||
if (locked) {
|
||||
Kernel::WaitCurrentThread(WAITTYPE_MUTEX);
|
||||
Kernel::WaitCurrentThread(WAITTYPE_MUTEX, GetHandle());
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user