summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/svc/svc_activity.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #9796 from liamwhite/currentliamwhite2023-02-151-2/+3
|\
| * kernel: use GetCurrentProcessLiam2023-02-131-2/+3
* | remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistencyarades792023-02-141-1/+1
* | add static lifetime to constexpr values to force compile time evaluation where possiblearades792023-02-141-1/+1
|/
* kernel/svc: switch to generated wrappersLiam2023-02-071-1/+22
* kernel/svc: Split implementations into separate filesLiam2023-02-051-0/+44