summaryrefslogtreecommitdiff
path: root/src/core/hle/service/service.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* License changeGravatar purpasmart962014-12-201-1/+1
* Merge pull request #283 from yuriks/archive-refactorGravatar bunnei2014-12-151-2/+2
|\
| * HLE: Rename namespaces to match move & fix initialization orderGravatar Yuri Kunde Schlesner2014-12-161-1/+1
| * HLE: Move kernel/archive.* to service/fs/Gravatar Yuri Kunde Schlesner2014-12-161-1/+1
* | Added stub for nim:aoc service...Gravatar archshift2014-12-151-0/+2
* | Added stub for cecd:u service...Gravatar archshift2014-12-151-0/+2
* | Added stub for ldr:ro service...Gravatar archshift2014-12-151-0/+2
* | Added am:app service stub.Gravatar archshift2014-12-151-0/+2
|/
* Convert old logging calls to new logging macrosGravatar Yuri Kunde Schlesner2014-12-131-2/+2
* HLE: Revamp error handling throrough the HLE codeGravatar Yuri Kunde Schlesner2014-11-241-1/+1
* Add more services and some fixes, along with more "override"Gravatar purpasmart962014-11-201-0/+12
* Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ...Gravatar Emmanuel Gil Peyrot2014-11-191-1/+1
* Add missing boss:U service, needed according to Nintendo Zone logs.Gravatar archshift2014-11-171-0/+2
* Add FRD:U service and functionsGravatar archshift2014-11-101-0/+2
* Added stub err:f service.Gravatar archshift2014-11-011-0/+2
* Added a bunch of servicesGravatar purpasmart962014-11-011-0/+16
* Renamed souce files of services to match port namesGravatar Gareth Poole2014-10-291-5/+5
* core: Prune redundant includesGravatar archshift2014-09-081-5/+0
* core: Pass string by reference in FetchFromPortName and DeleteServiceGravatar Lioncash2014-09-061-2/+2
* FS: Added stubbed code to intercept and decode file system service functions.Gravatar bunnei2014-06-271-0/+2
* HLE: Updated all uses of NULL to nullptr (to be C++11 compliant)Gravatar bunnei2014-06-131-2/+2
* service: removed PT_A from, as this was just an alias for APT_UGravatar bunnei2014-05-301-2/+0
* hle: cleaned up log messagesGravatar bunnei2014-05-291-2/+6
* - created a Kernel namespaceGravatar bunnei2014-05-201-2/+2
* - updated service(s) to be KernelObject'sGravatar bunnei2014-05-181-15/+7
* renamed "UID" to "Handle" where appropriateGravatar bunnei2014-05-181-8/+8
* added class stub for HID:User serviceGravatar bunnei2014-04-161-0/+2
* - added stubbed out GSP::Gpu service interfaceGravatar bunnei2014-04-161-0/+4
* fixed naming for APT_UGravatar bunnei2014-04-151-1/+1
* - extracted srv: calls from service.cpp and put in its own moduleGravatar bunnei2014-04-151-80/+4
* added a stub for GetLockHandleGravatar bunnei2014-04-131-3/+7
* added framework for APT service (application and title launching service)Gravatar bunnei2014-04-131-5/+24
* renamed class Interface_SRV to SRVGravatar bunnei2014-04-131-6/+6
* added some very initial command parsing for SRV SyncGravatar bunnei2014-04-131-5/+31
* cleanups to service HLEGravatar bunnei2014-04-121-6/+6
* - added HLE to connect to "srv:" serviceGravatar bunnei2014-04-121-0/+115