summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/semaphore.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Kernel/Semaphore: Small style changeSubv2014-12-131-1/+1
* Kernel/Semaphores: Invert the available count checking.Subv2014-12-131-11/+9
* Kernel/Semaphores: Addressed some issues.Subv2014-12-131-28/+13
* Semaphore: Removed an unneeded functionSubv2014-12-131-5/+0
* Semaphores: Addressed some style issuesSubv2014-12-131-6/+5
* Semaphore: Implemented the initial_count parameter.Subv2014-12-131-3/+5
* SVC: Implemented ReleaseSemaphore.Subv2014-12-131-13/+52
* SVC: Implemented svcCreateSemaphoreSubv2014-12-131-0/+76