mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-08-23 15:16:26 -05: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