summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_class_token.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* core: hle: kernel: Address review comments.Liam2022-11-051-1/+1
|
* core: hle: kernel: Add KSystemResource.bunnei2022-11-041-0/+3
|
* kernel: remove KWritableEventLiam2022-10-131-8/+4
|
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
| | | | | 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.
* kernel: svc: Implement Map/UnmapProcessMemory and Create/ControlCodeMemoryitsmeft242021-12-051-2/+3
| | | | Used by Skyline modding framework
* k_class_token: Use variable templates where applicableLioncash2021-05-291-43/+36
| | | | Same behavior, less code.
* hle: kernel: KClassToken: Ensure class tokens are correct.bunnei2021-05-061-1/+127
|
* hle: kernel: Migrate more of KThread to KAutoObject.bunnei2021-05-061-0/+7