mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-23 22:40:53 -05:00
Only use higher priority on yield, change reschedule to be per-thread instead of using SchedulerThread to store the reschedule flag
This commit is contained in:
@@ -11,8 +11,6 @@ namespace Ryujinx.Core.OsHle.Handles
|
||||
|
||||
public bool IsActive { get; set; }
|
||||
|
||||
public bool NeedsReschedule { 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