summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_port.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* kernel: Eliminate variable shadowingLioncash2021-05-081-2/+2
| | | | | Now that the large kernel refactor is merged, we can eliminate the remaining variable shadowing cases.
* hle: kernel: Migrate KPort, KClientPort, and KServerPort to KAutoObject.bunnei2021-05-061-0/+68