aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/service/srv.cpp
Commit message (Collapse)AuthorAge
* HLE: Updated all uses of NULL to nullptr (to be C++11 compliant)Gravatar bunnei2014-06-13
|
* svc: added optional name field to Event and Mutex (used for debugging)Gravatar bunnei2014-06-02
|
* srv: fix to log unimplemented service (instead of crash)Gravatar bunnei2014-05-29
|
* hle: cleaned up log messagesGravatar bunnei2014-05-29
|
* srv: changed a NOTICE_LOG to DEBUG_LOGGravatar bunnei2014-05-29
|
* srv: added a real mutex for GetProcSemaphore (instead of stubbed)Gravatar bunnei2014-05-26
|
* renamed "UID" to "Handle" where appropriateGravatar bunnei2014-05-18
|
* - moved Handle/Result definitions to kernel.hGravatar bunnei2014-05-18
| | | | - added ResetType enum
* added stubbed GetProcSemaphore - does nothing but avoids an exceptionGravatar bunnei2014-05-16
|
* - removed HLE mem "hack" and replaced with kernel mem regionGravatar bunnei2014-05-07
| | | | | - 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 calledGravatar bunnei2014-04-24
| | | | - added option to create/delete service handles
* fixed bug with printing std::string in log messagesGravatar bunnei2014-04-16
|
* updated service commentsGravatar bunnei2014-04-16
|
* - added stubbed out GSP::Gpu service interfaceGravatar bunnei2014-04-16
| | | | - various cleanups/refactors to HLE services
* restructured hle:services completely to use function lookup tablesGravatar bunnei2014-04-15