mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-22 02:00:52 -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()
|
private void AcquireCondVarValue()
|
||||||
|
|||||||
Reference in New Issue
Block a user