mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-30 12:37:11 +02:00
[HLE/Kernel] Yield when cond var is signaled
This commit is contained in:
parent
e0c0813b5c
commit
ea9f6287e0
2 changed files with 3 additions and 1 deletions
|
@ -18,7 +18,7 @@ namespace Ryujinx.Core.OsHle.Kernel
|
|||
private Process Process;
|
||||
private AMemory Memory;
|
||||
|
||||
private ConcurrentDictionary<long, MutualExclusion> Mutexes;
|
||||
private ConcurrentDictionary<long, MutualExclusion> Mutexes;
|
||||
private ConcurrentDictionary<long, ConditionVariable> CondVars;
|
||||
|
||||
private HashSet<(HSharedMem, long)> MappedSharedMems;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue