aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/mutex.h
AgeCommit message (Expand)Author
2014-06-13Kernel: Updated various kernel function "name" arguments to be const references.bunnei
2014-06-02svc: added optional name field to Event and Mutex (used for debugging)bunnei
2014-05-26mutex: removed docstring comment that is no longer relevantbunnei
2014-05-26mutex: added additional docstringsbunnei
2014-05-20mutex: refactored the interface to code to return a Mutex* handlebunnei
2014-05-20mutex: initial commit of HLE modulebunnei