aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/HOS/Kernel/Threading/HleScheduler.cs
AgeCommit message (Expand)Author
2020-12-09Rewrite scheduler context switch code (#1786)gdkchan
2020-03-12Use a Jump Table for direct and indirect calls/jumps, removing transitions to...riperiperi
2020-01-13Name all threads (#886)Ac_K
2019-08-08Add a new JIT compiler for CPU code (#693)gdkchan
2019-07-02Misc cleanup (#708)Alex Barney
2019-02-19ARM exclusive monitor and multicore fixes (#589)gdkchan
2018-12-18Refactor SVC handler (#540)gdkchan