mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-23 04:20:53 -05:00
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