summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_light_condition_variable.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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