summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_session_request.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-10-21k_session_request: Add missing override specifierLioncash1-1/+1
2022-10-21k_session_request: Turn C-style array into std::arrayLioncash1-1/+3
Makes for stronger typing and allows tooling bounds checks provided by the standard library for debugging purposes.
2022-10-21k_session_request: Simplify constructor initializationLioncash1-14/+11
2022-10-19kernel: add KSessionRequestLiam1-0/+307