aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/HOS/Kernel/SupervisorCall/Syscall32.cs
AgeCommit message (Expand)Author
2021-06-23kernel: Implement MapTransferMemory and UnmapTransferMemory (#2386)Mary
2021-05-30Fix inverted low/high mask value on GetThreadCoreMask32 syscall (#2325)gdkchan
2020-12-02IPC refactor part 2: Use ReplyAndReceive on HLE services and remove special h...gdkchan
2020-07-17Improve kernel IPC related syscalls (#1379)gdkchan
2020-05-04Move kernel state out of the Horizon class (#1107)gdkchan