summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/semaphore.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #291 from purpasmart96/licensebunnei2014-12-211-1/+1
|\ | | | | License change
| * 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
| | | | This behavior was tested on hardware, however i'm still not sure what use the "initial_count" parameter has
* SVC: Implemented svcCreateSemaphoreSubv2014-12-131-0/+22
ToDo: Implement svcReleaseSemaphore * Some testing against hardware needed