aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/k_light_lock.h
AgeCommit message (Collapse)Author
2023-03-12kernel: convert KConditionVariable, KLightConditionVariable, KLightLockLiam
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-06hle: kernel: KLightLock: Migrate to updated KThreadQueue.bunnei
2021-11-03core: Remove unused includesameerj
2021-01-28core: hle: kernel: Implement KLightLock.bunnei