aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/HOS/Kernel/SupervisorCall/SyscallHandler.cs
AgeCommit message (Expand)Author
2023-04-27Move solution and projects to srcTSR Berry
2022-05-31Rewrite SVC handler using source generators rather than IL emit (#3371)gdkchan
2022-05-31Refactor CPU interface to allow the implementation of other CPU emulators (#3...gdkchan
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