summaryrefslogtreecommitdiff
path: root/src/core/hle/svc.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* svc: added a check to ensure that a service was implemented before attempting...Gravatar bunnei2014-05-221-1/+5
* thread: renamed "WaitCurThread" to "WaitCurrentThread", removed unused "reaso...Gravatar bunnei2014-05-221-2/+2
* thread: removed unused SwitchContext/Reschedule reason field, added missing a...Gravatar bunnei2014-05-221-8/+5
* svc: added Kernel::Reschedule to svc WaitSynchronization1, updated log messag...Gravatar bunnei2014-05-211-4/+7
* svc: enabled use of newly created kernel thread handleGravatar bunnei2014-05-201-5/+5
* mutex: refactored the interface to code to return a Mutex* handleGravatar bunnei2014-05-201-1/+1
* mutex: initial commit of HLE moduleGravatar bunnei2014-05-201-4/+5
* svc: added some commentsGravatar bunnei2014-05-201-0/+7
* thread: moved threading calls to the Kernel namespaceGravatar bunnei2014-05-201-2/+2
* renamed "syscall" module to "svc" (more accurate naming)Gravatar bunnei2014-05-201-0/+350