aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/srv.cpp
AgeCommit message (Expand)Author
2014-12-15Remove SyncRequest from K::Object and create a new K::Session typeYuri Kunde Schlesner
2014-12-13Convert old logging calls to new logging macrosYuri Kunde Schlesner
2014-11-24HLE: Revamp error handling throrough the HLE codeYuri Kunde Schlesner
2014-11-18Add static to some variablesLioncash
2014-11-17core: Mark some hle functions as staticLioncash
2014-11-01Added ReceiveNotification, PublishToSubscriber unimplemented functions to SRVarchshift
2014-09-08core: Prune redundant includesarchshift
2014-08-28srv::Initialize: Return "success" status code.bunnei
2014-08-05SRV: Updated GetProcSemaphore to create an event instead of a mutex.bunnei
2014-06-13HLE: Updated all uses of NULL to nullptr (to be C++11 compliant)bunnei
2014-06-02svc: added optional name field to Event and Mutex (used for debugging)bunnei
2014-05-29srv: fix to log unimplemented service (instead of crash)bunnei
2014-05-29hle: cleaned up log messagesbunnei
2014-05-29srv: changed a NOTICE_LOG to DEBUG_LOGbunnei
2014-05-26srv: added a real mutex for GetProcSemaphore (instead of stubbed)bunnei
2014-05-18renamed "UID" to "Handle" where appropriatebunnei
2014-05-18- moved Handle/Result definitions to kernel.hbunnei
2014-05-16added stubbed GetProcSemaphore - does nothing but avoids an exceptionbunnei
2014-05-07- removed HLE mem "hack" and replaced with kernel mem regionbunnei
2014-04-24- refactored how service functions are calledbunnei
2014-04-16fixed bug with printing std::string in log messagesbunnei
2014-04-16updated service commentsbunnei
2014-04-16- added stubbed out GSP::Gpu service interfacebunnei
2014-04-15restructured hle:services completely to use function lookup tablesbunnei