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