Relax GetThreadContext3 by allowing it to get the context of a running thread

This commit is contained in:
gdkchan 2018-06-26 01:26:21 -03:00
parent 2f29894d9f
commit b8be89ab2d
3 changed files with 0 additions and 31 deletions

View file

@ -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; }