aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/HOS/Kernel/SupervisorCall/SyscallHandler.cs
AgeCommit message (Expand)Author
2022-05-31Rewrite SVC handler using source generators rather than IL emit (#3371)1.1.135gdkchan
2022-05-31Refactor CPU interface to allow the implementation of other CPU emulators (#3...1.1.134gdkchan
2021-12-30kernel: Implement thread pinning support (#2840)Mary
2020-12-09Rewrite scheduler context switch code (#1786)gdkchan
2020-05-04Move kernel state out of the Horizon class (#1107)gdkchan