Implement SvcGetThreadContext3
This commit is contained in:
parent
c818093528
commit
65105c2a3b
10 changed files with 163 additions and 12 deletions
|
@ -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; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue