mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-14 06:27:58 -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