summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_capabilities.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-3/+3
2023-02-14add static lifetime to constexpr values to force compile time evaluation where possiblearades791-3/+3
2023-02-06kernel: fix compilation with older gccLiam1-4/+4
2023-01-30kernel: add KCapabilitiesLiam1-0/+358