aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/service/srv.cpp
Commit message (Expand)AuthorAge
* Convert old logging calls to new logging macrosGravatar Yuri Kunde Schlesner2014-12-13
* HLE: Revamp error handling throrough the HLE codeGravatar Yuri Kunde Schlesner2014-11-24
* Add static to some variablesGravatar Lioncash2014-11-18
* core: Mark some hle functions as staticGravatar Lioncash2014-11-17
* Added ReceiveNotification, PublishToSubscriber unimplemented functions to SRVGravatar archshift2014-11-01
* core: Prune redundant includesGravatar archshift2014-09-08
* srv::Initialize: Return "success" status code.Gravatar bunnei2014-08-28
* SRV: Updated GetProcSemaphore to create an event instead of a mutex.Gravatar bunnei2014-08-05
* 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 stubbed GetProcSemaphore - does nothing but avoids an exceptionGravatar bunnei2014-05-16
* - removed HLE mem "hack" and replaced with kernel mem regionGravatar bunnei2014-05-07
* - refactored how service functions are calledGravatar bunnei2014-04-24
* 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
* restructured hle:services completely to use function lookup tablesGravatar bunnei2014-04-15