aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/svc.cpp
Commit message (Expand)AuthorAge
* svc: added a check to ensure that a service was implemented before attempting...Gravatar bunnei2014-05-22
* thread: renamed "WaitCurThread" to "WaitCurrentThread", removed unused "reaso...Gravatar bunnei2014-05-22
* thread: removed unused SwitchContext/Reschedule reason field, added missing a...Gravatar bunnei2014-05-22
* svc: added Kernel::Reschedule to svc WaitSynchronization1, updated log messag...Gravatar bunnei2014-05-21
* svc: enabled use of newly created kernel thread handleGravatar bunnei2014-05-20
* mutex: refactored the interface to code to return a Mutex* handleGravatar bunnei2014-05-20
* mutex: initial commit of HLE moduleGravatar bunnei2014-05-20
* svc: added some commentsGravatar bunnei2014-05-20
* thread: moved threading calls to the Kernel namespaceGravatar bunnei2014-05-20
* renamed "syscall" module to "svc" (more accurate naming)Gravatar bunnei2014-05-20