aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/condition_variable.cpp
AgeCommit message (Collapse)Author
2018-04-20Kernel: Remove unused ConditionVariable class.Subv
2018-02-04WaitProcessWideKeyAtomic: Handle case where condition variable was already ↵bunnei
created.
2018-01-19Fixes some cast warnings, partial port of citra #3064 (#106)River City Ransomware
* Fixes some cast warnings, partially fixes citra #3064 * Converted casts to uint32_t to u32 * Ran clang-format
2018-01-13yuzu: Update license text to be consistent across project.bunnei
2018-01-08kernel: Rename Semaphore to ConditionVariable.bunnei