summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_session_request.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* k_session_request: Add missing override specifierLioncash2022-10-211-1/+1
|
* k_session_request: Turn C-style array into std::arrayLioncash2022-10-211-1/+3
| | | | | Makes for stronger typing and allows tooling bounds checks provided by the standard library for debugging purposes.
* k_session_request: Simplify constructor initializationLioncash2022-10-211-14/+11
|
* kernel: add KSessionRequestLiam2022-10-191-0/+307