summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_client_session.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-11-04core: Remove unused includesameerj1-1/+0
2021-05-08kernel: Eliminate variable shadowingLioncash1-1/+2
Now that the large kernel refactor is merged, we can eliminate the remaining variable shadowing cases.
2021-05-06hle: kernel: Migrate KSession, KClientSession, and KServerSession to KAutoObject.bunnei1-0/+31