diff options
| author | gdkchan <gab.dark.100@gmail.com> | 2018-06-26 01:26:21 -0300 |
|---|---|---|
| committer | gdkchan <gab.dark.100@gmail.com> | 2018-06-26 01:26:21 -0300 |
| commit | b8be89ab2dad2e2ba5145f64425fa49526f81596 (patch) | |
| tree | 3f65781432634a29fe2f5b361b84e928664f5294 /Ryujinx.HLE/OsHle/Handles/SchedulerThread.cs | |
| parent | 2f29894d9fed9ccabac4bb74ec9a58520599e647 (diff) | |
Relax GetThreadContext3 by allowing it to get the context of a running thread
Diffstat (limited to 'Ryujinx.HLE/OsHle/Handles/SchedulerThread.cs')
| -rw-r--r-- | Ryujinx.HLE/OsHle/Handles/SchedulerThread.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Ryujinx.HLE/OsHle/Handles/SchedulerThread.cs b/Ryujinx.HLE/OsHle/Handles/SchedulerThread.cs index 0b7a3c30..5bdefe74 100644 --- a/Ryujinx.HLE/OsHle/Handles/SchedulerThread.cs +++ b/Ryujinx.HLE/OsHle/Handles/SchedulerThread.cs @@ -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; } |
