summaryrefslogtreecommitdiff
path: root/src/core/hle/service/srv.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* core: Prune redundant includesGravatar archshift2014-09-081-1/+0
* srv::Initialize: Return "success" status code.Gravatar bunnei2014-08-281-0/+4
* SRV: Updated GetProcSemaphore to create an event instead of a mutex.Gravatar bunnei2014-08-051-8/+10
* HLE: Updated all uses of NULL to nullptr (to be C++11 compliant)Gravatar bunnei2014-06-131-4/+4
* svc: added optional name field to Event and Mutex (used for debugging)Gravatar bunnei2014-06-021-1/+1
* srv: fix to log unimplemented service (instead of crash)Gravatar bunnei2014-05-291-6/+2
* hle: cleaned up log messagesGravatar bunnei2014-05-291-3/+3
* srv: changed a NOTICE_LOG to DEBUG_LOGGravatar bunnei2014-05-291-1/+1
* srv: added a real mutex for GetProcSemaphore (instead of stubbed)Gravatar bunnei2014-05-261-3/+10
* renamed "UID" to "Handle" where appropriateGravatar bunnei2014-05-181-2/+2
* - moved Handle/Result definitions to kernel.hGravatar bunnei2014-05-181-1/+1
* added stubbed GetProcSemaphore - does nothing but avoids an exceptionGravatar bunnei2014-05-161-1/+7
* - removed HLE mem "hack" and replaced with kernel mem regionGravatar bunnei2014-05-071-1/+1
* - refactored how service functions are calledGravatar bunnei2014-04-241-3/+3
* fixed bug with printing std::string in log messagesGravatar bunnei2014-04-161-2/+2
* updated service commentsGravatar bunnei2014-04-161-0/+3
* - added stubbed out GSP::Gpu service interfaceGravatar bunnei2014-04-161-1/+1
* restructured hle:services completely to use function lookup tablesGravatar bunnei2014-04-151-0/+55