mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-09-05 15:06:27 -05:00
Relax GetThreadContext3 by allowing it to get the context of a running thread
This commit is contained in:
@@ -11,8 +11,6 @@ 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