summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/semaphore.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #291 from purpasmart96/licensebunnei2014-12-211-1/+1
|\
| * License changepurpasmart962014-12-211-1/+1
* | Clean up some warningsChin2014-12-201-1/+1
|/
* Kernel/Semaphores: Addressed some issues.Subv2014-12-131-4/+5
* Semaphore: Implemented the initial_count parameter.Subv2014-12-131-2/+2
* SVC: Implemented ReleaseSemaphore.Subv2014-12-131-3/+12
* SVC: Implemented svcCreateSemaphoreSubv2014-12-131-0/+22