summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/svc/svc_activity.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2023-02-14remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistencyarades791-1/+1
2023-02-14add static lifetime to constexpr values to force compile time evaluation where possiblearades791-1/+1
2023-02-13kernel: use GetCurrentProcessLiam1-2/+3
2023-02-07kernel/svc: switch to generated wrappersLiam1-1/+22
2023-02-05kernel/svc: Split implementations into separate filesLiam1-0/+44