mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-02-05 14:32:57 -06:00
[HLE/Kernel] Yield when cond var is signaled
This commit is contained in:
parent
b9af34f3dd
commit
ac80e7d3f9
@ -111,6 +111,8 @@ namespace Ryujinx.Core.OsHle.Kernel
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Process.Scheduler.Yield(Thread);
|
||||||
}
|
}
|
||||||
|
|
||||||
private void AcquireCondVarValue()
|
private void AcquireCondVarValue()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user