summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/service.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2014-11-01Added a bunch of servicespurpasmart961-0/+16
2014-10-29Renamed souce files of services to match port namesGareth Poole1-5/+5
2014-09-09core: Prune redundant includesarchshift1-5/+0
2014-09-06core: Pass string by reference in FetchFromPortName and DeleteServiceLioncash1-2/+2
2014-06-27FS: Added stubbed code to intercept and decode file system service functions.bunnei1-0/+2
2014-06-13HLE: Updated all uses of NULL to nullptr (to be C++11 compliant)bunnei1-2/+2
2014-05-30service: removed PT_A from, as this was just an alias for APT_Ubunnei1-2/+0
2014-05-30hle: cleaned up log messagesbunnei1-2/+6
2014-05-21- created a Kernel namespacebunnei1-2/+2
2014-05-19- updated service(s) to be KernelObject'sbunnei1-15/+7
2014-05-19renamed "UID" to "Handle" where appropriatebunnei1-8/+8
2014-04-17added class stub for HID:User servicebunnei1-0/+2
2014-04-16- added stubbed out GSP::Gpu service interfacebunnei1-0/+4
2014-04-16fixed naming for APT_Ubunnei1-1/+1
2014-04-16- extracted srv: calls from service.cpp and put in its own modulebunnei1-80/+4
2014-04-14added a stub for GetLockHandlebunnei1-3/+7
2014-04-13added framework for APT service (application and title launching service)bunnei1-5/+24
2014-04-13renamed class Interface_SRV to SRVbunnei1-6/+6
2014-04-13added some very initial command parsing for SRV Syncbunnei1-5/+31
2014-04-13cleanups to service HLEbunnei1-6/+6
2014-04-13- added HLE to connect to "srv:" servicebunnei1-0/+115