summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_light_condition_variable.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-06-11kernel: KLightConditionVariable: Update implementation to 12.xMorph1-13/+30
Updates the implementation of KLightConditionVariable to FW 12.x
2021-05-16core: Make variable shadowing a compile-time errorLioncash1-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.
2021-02-02Compile errorChloe Marcec1-1/+1
2021-02-02Address issuesChloe Marcec1-12/+9
2021-01-30kernel: Rewrite resource limit to be more accurateChloe Marcec1-0/+60
Matches closer to hardware