summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/semaphore.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-12-13Kernel/Semaphore: Small style changeSubv1-1/+1
2014-12-13Kernel/Semaphores: Invert the available count checking.Subv1-11/+9
Same semantics, idea by @yuriks
2014-12-13Kernel/Semaphores: Addressed some issues.Subv1-28/+13
2014-12-13Semaphore: Removed an unneeded functionSubv1-5/+0
2014-12-13Semaphores: Addressed some style issuesSubv1-6/+5
2014-12-13Semaphore: Implemented the initial_count parameter.Subv1-3/+5
2014-12-13SVC: Implemented ReleaseSemaphore.Subv1-13/+52
This behavior was tested on hardware, however i'm still not sure what use the "initial_count" parameter has
2014-12-13SVC: Implemented svcCreateSemaphoreSubv1-0/+76
ToDo: Implement svcReleaseSemaphore * Some testing against hardware needed