summaryrefslogtreecommitdiff
path: root/src/core/hle/svc.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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