aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/HOS/Kernel/Process/KHandleTable.cs
AgeCommit message (Expand)Author
2020-12-09Rewrite scheduler context switch code (#1786)gdkchan
2020-05-04Move kernel state out of the Horizon class (#1107)gdkchan
2019-12-26Make HLE disposable safely (#850)Thog
2019-01-18Improve kernel IPC implementation (#550)gdkchan
2018-12-18Refactor SVC handler (#540)gdkchan