summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/svc (unfollow)
Commit message (Expand)AuthorFilesLines
2023-02-21svc: Fix type consistency (exposed on macOS)Merry10-34/+34
2023-02-21service: refactor server architectureLiam2-32/+24
2023-02-17kernel: add KObjectNameLiam1-3/+51
2023-02-14remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistencyarades793-3/+3
2023-02-14add static lifetime to constexpr values to force compile time evaluation where possiblearades793-3/+3
2023-02-13kernel: use GetCurrentProcessLiam22-108/+115
2023-02-11kernel/svc: Fix undefined info_idColin Kinloch1-2/+2
2023-02-07kernel/svc: switch to generated wrappersLiam37-258/+1809
2023-02-05kernel/svc: Split implementations into separate filesLiam36-0/+2997