summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_writable_event.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* kernel: Add missing override specifiersLioncash2021-05-291-1/+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.
* kernel: Eliminate variable shadowingLioncash2021-05-081-1/+1
| | | | | Now that the large kernel refactor is merged, we can eliminate the remaining variable shadowing cases.
* fixup! hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject.bunnei2021-05-061-1/+1
|
* hle: kernel: Remove deprecated Object class.bunnei2021-05-061-12/+0
|
* hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject.bunnei2021-05-061-13/+21
|
* hle: kernel: Reimplement KReadableEvent and KWritableEvent.bunnei2021-02-051-28/+12
|
* hle: kernel: Rename WritableEvent to KWritableEvent.bunnei2021-02-051-0/+60