summaryrefslogtreecommitdiffstats
path: root/src/core/hle/svc.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* hle: cleaned up log messagesbunnei2014-05-301-27/+28
* svc: updated OutputDebugString to use OS_LOGbunnei2014-05-301-1/+1
* svc: changed unimplemented SVC log messages from "debug" messages to "error" messagesbunnei2014-05-301-8/+8
* svc: added svcClearEvent, stubbed function for svcArbitrateAddress, and various fixesbunnei2014-05-301-22/+32
* svc: implemented WaitSynchronization1, WaitSynchronizationN, and CreateEventbunnei2014-05-281-14/+54
* kernel: updated SyncRequest to take boolean thread wait result as a parameterbunnei2014-05-271-2/+9
* svc: added some assertionsbunnei2014-05-271-6/+4
* svc: changed SendSyncRequest to use Kernel::Object SyncRequest (instead of just service Interface class)bunnei2014-05-271-2/+2
* svc: added stub for DuplicateHandle SVC callbunnei2014-05-271-1/+8
* 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