summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_capabilities.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2023-12-28k_capabilities: simplify KTrace map skip logicLiam1-2/+4
2023-11-11k_capabilities: ignore map region when KTrace is disabledLiam1-0/+3
2023-11-10kernel: add KPageTableBaseLiam1-21/+15
2023-09-03msvc: set warning level to /W4 globallyDanila Malyutin1-1/+0
2023-03-13kernel: convert KPort, KSessionLiam1-1/+1
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