summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/srv.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* svc: added optional name field to Event and Mutex (used for debugging)bunnei2014-06-031-1/+1
|
* srv: fix to log unimplemented service (instead of crash)bunnei2014-05-301-6/+2
|
* hle: cleaned up log messagesbunnei2014-05-301-3/+3
|
* srv: changed a NOTICE_LOG to DEBUG_LOGbunnei2014-05-301-1/+1
|
* srv: added a real mutex for GetProcSemaphore (instead of stubbed)bunnei2014-05-271-3/+10
|
* renamed "UID" to "Handle" where appropriatebunnei2014-05-191-2/+2
|
* - moved Handle/Result definitions to kernel.hbunnei2014-05-191-1/+1
| | | | - added ResetType enum
* added stubbed GetProcSemaphore - does nothing but avoids an exceptionbunnei2014-05-171-1/+7
|
* - removed HLE mem "hack" and replaced with kernel mem regionbunnei2014-05-081-1/+1
| | | | | - added a helper function for getting command buffer for services - fixed bug where GSP DMA was incorrectly being done in DataSynchronizationBarrier (instead of gsp_TriggerCmdReqQueue)
* - refactored how service functions are calledbunnei2014-04-251-3/+3
| | | | - added option to create/delete service handles
* fixed bug with printing std::string in log messagesbunnei2014-04-171-2/+2
|
* updated service commentsbunnei2014-04-171-0/+3
|
* - added stubbed out GSP::Gpu service interfacebunnei2014-04-161-1/+1
| | | | - various cleanups/refactors to HLE services
* restructured hle:services completely to use function lookup tablesbunnei2014-04-161-0/+55