index
:
Ryujinx
master
A backup of the Ryujinx master git branch.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Ryujinx.HLE
/
HOS
/
Kernel
/
SupervisorCall
/
Syscall32.cs
Age
Commit message (
Expand
)
Author
2022-05-31
Rewrite SVC handler using source generators rather than IL emit (#3371)
gdkchan
2022-05-03
Implement code memory syscalls (#2958)
gdkchan
2022-02-09
misc: Make PID unsigned long instead of long (#3043)
Mary
2022-01-29
kernel: A bit of refactoring and fix GetThreadContext3 correctness (#3042)
Mary
2021-12-30
kernel: Implement thread pinning support (#2840)
Mary
2021-12-04
kernel: Improve GetInfo readability and update to 13.0.0 (#2900)
Mary
2021-10-24
kernel: Add resource limit related syscalls (#2773)
Mary
2021-10-24
kernel: Implement SetMemoryPermission syscall (#2772)
Mary
2021-06-23
kernel: Implement MapTransferMemory and UnmapTransferMemory (#2386)
Mary
2021-05-30
Fix inverted low/high mask value on GetThreadCoreMask32 syscall (#2325)
gdkchan
2020-12-02
IPC refactor part 2: Use ReplyAndReceive on HLE services and remove special h...
gdkchan
2020-07-17
Improve kernel IPC related syscalls (#1379)
gdkchan
2020-05-04
Move kernel state out of the Horizon class (#1107)
gdkchan