aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/service.cpp
AgeCommit message (Expand)Author
2014-09-08core: Prune redundant includesarchshift
2014-09-06core: Pass string by reference in FetchFromPortName and DeleteServiceLioncash
2014-06-27FS: Added stubbed code to intercept and decode file system service functions.bunnei
2014-06-13HLE: Updated all uses of NULL to nullptr (to be C++11 compliant)bunnei
2014-05-30service: removed PT_A from, as this was just an alias for APT_Ubunnei
2014-05-29hle: cleaned up log messagesbunnei
2014-05-20- created a Kernel namespacebunnei
2014-05-18- updated service(s) to be KernelObject'sbunnei
2014-05-18renamed "UID" to "Handle" where appropriatebunnei
2014-04-16added class stub for HID:User servicebunnei
2014-04-16- added stubbed out GSP::Gpu service interfacebunnei
2014-04-15fixed naming for APT_Ubunnei
2014-04-15- extracted srv: calls from service.cpp and put in its own modulebunnei
2014-04-13added a stub for GetLockHandlebunnei
2014-04-13added framework for APT service (application and title launching service)bunnei
2014-04-13renamed class Interface_SRV to SRVbunnei
2014-04-13added some very initial command parsing for SRV Syncbunnei
2014-04-12cleanups to service HLEbunnei
2014-04-12- added HLE to connect to "srv:" servicebunnei