mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-12-04 05:32:02 -06: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