aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Core/OsHle/Handles/ThreadQueue.cs
AgeCommit message (Collapse)Author
2018-06-10Rename Ryujinx.Core to Ryujinx.HLE and add a separate project for a future ↵gdkchan
LLE implementation
2018-06-09Somewhat better implementation of thread yieldgdkchan
2018-05-15Only use higher priority on yield, change reschedule to be per-thread ↵gdkchan
instead of using SchedulerThread to store the reschedule flag
2018-05-13Initial work to support changing thread core on the scheduler, also some ↵gdkchan
cond var priority fixes