mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-06-02 02:19:14 +00:00
[HLE/Kernel] Yield when cond var is signaled
This commit is contained in:
@@ -111,6 +111,8 @@ namespace Ryujinx.Core.OsHle.Kernel
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Process.Scheduler.Yield(Thread);
|
||||
}
|
||||
|
||||
private void AcquireCondVarValue()
|
||||
|
||||
Reference in New Issue
Block a user