summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/service.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added a bunch of servicespurpasmart962014-11-011-0/+16
* Renamed souce files of services to match port namesGareth Poole2014-10-291-5/+5
* core: Prune redundant includesarchshift2014-09-091-5/+0
* core: Pass string by reference in FetchFromPortName and DeleteServiceLioncash2014-09-061-2/+2
* FS: Added stubbed code to intercept and decode file system service functions.bunnei2014-06-271-0/+2
* HLE: Updated all uses of NULL to nullptr (to be C++11 compliant)bunnei2014-06-131-2/+2
* service: removed PT_A from, as this was just an alias for APT_Ubunnei2014-05-301-2/+0
* hle: cleaned up log messagesbunnei2014-05-301-2/+6
* - created a Kernel namespacebunnei2014-05-211-2/+2
* - updated service(s) to be KernelObject'sbunnei2014-05-191-15/+7
* renamed "UID" to "Handle" where appropriatebunnei2014-05-191-8/+8
* added class stub for HID:User servicebunnei2014-04-171-0/+2
* - added stubbed out GSP::Gpu service interfacebunnei2014-04-161-0/+4
* fixed naming for APT_Ubunnei2014-04-161-1/+1
* - extracted srv: calls from service.cpp and put in its own modulebunnei2014-04-161-80/+4
* added a stub for GetLockHandlebunnei2014-04-141-3/+7
* added framework for APT service (application and title launching service)bunnei2014-04-131-5/+24
* renamed class Interface_SRV to SRVbunnei2014-04-131-6/+6
* added some very initial command parsing for SRV Syncbunnei2014-04-131-5/+31
* cleanups to service HLEbunnei2014-04-131-6/+6
* - added HLE to connect to "srv:" servicebunnei2014-04-131-0/+115