aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/kernel/semaphore.cpp
Commit message (Expand)AuthorAge
* Kernel: Replace GetStaticHandleType by HANDLE_TYPE constantsGravatar Yuri Kunde Schlesner2014-12-28
* Rename ObjectPool to HandleTableGravatar Yuri Kunde Schlesner2014-12-28
* Merge pull request #291 from purpasmart96/licenseGravatar bunnei2014-12-21
|\
| * License changeGravatar purpasmart962014-12-20
* | Clean up some warningsGravatar Chin2014-12-20
|/
* Kernel/Semaphore: Small style changeGravatar Subv2014-12-13
* Kernel/Semaphores: Invert the available count checking.Gravatar Subv2014-12-13
* Kernel/Semaphores: Addressed some issues.Gravatar Subv2014-12-13
* Semaphore: Removed an unneeded functionGravatar Subv2014-12-13
* Semaphores: Addressed some style issuesGravatar Subv2014-12-13
* Semaphore: Implemented the initial_count parameter.Gravatar Subv2014-12-13
* SVC: Implemented ReleaseSemaphore.Gravatar Subv2014-12-13
* SVC: Implemented svcCreateSemaphoreGravatar Subv2014-12-13