aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/k_class_token.cpp
AgeCommit message (Collapse)Author
2022-11-05core: hle: kernel: Address review comments.Liam
2022-11-03core: hle: kernel: Add KSystemResource.bunnei
2022-10-12kernel: remove KWritableEventLiam
2022-04-23general: Convert source file copyright comments over to SPDXMorph
This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
2021-12-05kernel: svc: Implement Map/UnmapProcessMemory and Create/ControlCodeMemoryitsmeft24
Used by Skyline modding framework
2021-05-29k_class_token: Use variable templates where applicableLioncash
Same behavior, less code.
2021-05-05hle: kernel: KClassToken: Ensure class tokens are correct.bunnei
2021-05-05hle: kernel: Migrate more of KThread to KAutoObject.bunnei