summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/svc/svc_activity.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #9796 from liamwhite/currentliamwhite2023-02-151-2/+3
|\ | | | | general: rename CurrentProcess to ApplicationProcess
| * 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
| | | | | | | | Signed-off-by: arades79 <scravers@protonmail.com>
* | add static lifetime to constexpr values to force compile time evaluation where possiblearades792023-02-141-1/+1
|/ | | | Signed-off-by: arades79 <scravers@protonmail.com>
* kernel/svc: switch to generated wrappersLiam2023-02-071-1/+22
|
* kernel/svc: Split implementations into separate filesLiam2023-02-051-0/+44