summaryrefslogtreecommitdiffstats
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 to connect to its portbunnei2014-05-231-1/+5
* thread: renamed "WaitCurThread" to "WaitCurrentThread", removed unused "reason" argumentbunnei2014-05-231-2/+2
* thread: removed unused SwitchContext/Reschedule reason field, added missing arg parameter to SVC CreateThreadbunnei2014-05-231-8/+5
* svc: added Kernel::Reschedule to svc WaitSynchronization1, updated log messages to include newly created handlesbunnei2014-05-221-4/+7
* svc: enabled use of newly created kernel thread handlebunnei2014-05-211-5/+5
* mutex: refactored the interface to code to return a Mutex* handlebunnei2014-05-211-1/+1
* mutex: initial commit of HLE modulebunnei2014-05-211-4/+5
* svc: added some commentsbunnei2014-05-211-0/+7
* thread: moved threading calls to the Kernel namespacebunnei2014-05-211-2/+2
* renamed "syscall" module to "svc" (more accurate naming)bunnei2014-05-211-0/+350