summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_auto_object.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* fixup! hle: kernel: Add initial impl. of KAutoObject.bunnei2021-05-061-46/+46
* fixup! hle: kernel: Add initial impl. of KAutoObject.bunnei2021-05-061-1/+1
* common: Rename NON_COPYABLE/NON_MOVABLE with YUZU_ prefix.bunnei2021-05-061-3/+3
* hle: kernel: Migrate to KHandleTable.bunnei2021-05-061-2/+0
* hle: kernel: Rename Process to KProcess.bunnei2021-05-061-2/+2
* hle: kernel: Remove deprecated Object class.bunnei2021-05-061-4/+10
* hle: kernel: Migrate more of KThread to KAutoObject.bunnei2021-05-061-8/+20
* hle: kernel: Add initial impl. of KAutoObject.bunnei2021-05-061-0/+290