summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_light_condition_variable.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* kernel: convert KConditionVariable, KLightConditionVariable, KLightLockLiam2023-03-131-3/+3
|
* 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.
* hle: kernel: k_light_condition_variable: Revert unnecessary license comment changes.bunnei2021-12-071-1/+1
|
* hle: kernel: KLightConditionVariable: Migrate to updated KThreadQueue.bunnei2021-12-071-54/+6
|
* core: Remove unused includesameerj2021-11-041-1/+0
|
* kernel: KLightConditionVariable: Update implementation to 12.xMorph2021-06-111-13/+30
| | | | Updates the implementation of KLightConditionVariable to FW 12.x
* core: Make variable shadowing a compile-time errorLioncash2021-05-161-1/+2
| | | | | | Now that we have most of core free of shadowing, we can enable the warning as an error to catch anything that may be remaining and also eliminate this class of logic bug entirely.
* Compile errorChloe Marcec2021-02-021-1/+1
|
* Address issuesChloe Marcec2021-02-021-12/+9
|
* kernel: Rewrite resource limit to be more accurateChloe Marcec2021-01-301-0/+60
Matches closer to hardware