summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_port.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-05-29kernel: Add missing override specifiersLioncash1-2/+1
Over the course of the kernel refactoring a tiny bit of missing overrides slipped through review, so we can add these. While we're at it, we can remove redundant virtual keywords where applicable as well.
2021-05-08kernel: Eliminate variable shadowingLioncash1-1/+1
Now that the large kernel refactor is merged, we can eliminate the remaining variable shadowing cases.
2021-05-06hle: kernel: Remove deprecated Object class.bunnei1-18/+0
2021-05-06hle: kernel: Migrate KPort, KClientPort, and KServerPort to KAutoObject.bunnei1-0/+87