mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-13 21:07:57 -05:00
Session: Change to a WaitObject.
This commit is contained in:
@ -39,7 +39,7 @@ Thread* WaitObject::ReleaseNextThread() {
|
||||
|
||||
next_thread->ReleaseWaitObject(this);
|
||||
|
||||
return next_thread.get();
|
||||
return next_thread;
|
||||
}
|
||||
|
||||
void WaitObject::WakeupAllWaitingThreads() {
|
||||
|
Reference in New Issue
Block a user