summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/condition_variable.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* WaitProcessWideKeyAtomic: Handle case where condition variable was already created.bunnei2018-02-041-2/+1
|
* Fixes some cast warnings, partial port of citra #3064 (#106)River City Ransomware2018-01-201-1/+1
| | | | | | | | * Fixes some cast warnings, partially fixes citra #3064 * Converted casts to uint32_t to u32 * Ran clang-format
* yuzu: Update license text to be consistent across project.bunnei2018-01-131-1/+1
|
* kernel: Rename Semaphore to ConditionVariable.bunnei2018-01-091-0/+65