mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-08-08 03:08:28 +02:00
Fix some races in SvcThreadSync and change the way how yield works
This commit is contained in:
@@ -11,6 +11,8 @@ namespace Ryujinx.Core.OsHle.Handles
|
||||
|
||||
public bool IsActive { get; set; }
|
||||
|
||||
public bool NeedsReschedule { get; set; }
|
||||
|
||||
public AutoResetEvent WaitSync { get; private set; }
|
||||
public ManualResetEvent WaitActivity { get; private set; }
|
||||
public AutoResetEvent WaitSched { get; private set; }
|
||||
|
Reference in New Issue
Block a user