Implement SvcGetThreadContext3
This commit is contained in:
@ -11,6 +11,8 @@ namespace Ryujinx.HLE.OsHle.Handles
|
||||
|
||||
public bool IsActive { get; set; }
|
||||
|
||||
public bool IsRunning { 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