summaryrefslogtreecommitdiff
path: root/src/core/hle/service/service.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2308 from mailwl/ac-iGravatar bunnei2017-01-121-3/+3
|\
| * Service/AC: add ac:i serviceGravatar mailwl2016-12-301-3/+3
* | Service/NFC: stub GetTagInRangeEventGravatar mailwl2016-12-301-0/+1
|/
* Service/NWM: add nwm servicesGravatar mailwl2016-12-221-3/+2
* Merge pull request #2314 from mailwl/accountGravatar bunnei2016-12-151-4/+2
|\
| * Service/ACT: move ACT services to folderGravatar mailwl2016-12-141-4/+2
* | Merge pull request #2249 from Subv/sessions_v3Gravatar Yuri Kunde Schlesner2016-12-141-8/+34
|\ \ | |/ |/|
| * Fixed the codestyle to match our clang-format rules.Gravatar Subv2016-12-141-9/+12
| * Moved the HLE command buffer translation task to ServerSession instead of the...Gravatar Subv2016-12-091-21/+1
| * Kernel/IPC: Small codestyle cleanupGravatar Subv2016-12-091-1/+1
| * Added a framework for partially handling Session disconnections.Gravatar Subv2016-12-081-0/+10
| * Use std::move where appropriate.Gravatar Subv2016-12-081-2/+5
| * Split SessionRequestHandler::HandleSyncRequest into HandleSyncRequest, Transl...Gravatar Subv2016-12-051-4/+23
| * KServerPorts now have an HLE handler "template", which is inherited by all Se...Gravatar Subv2016-12-051-6/+8
| * A bit of a redesign.Gravatar Subv2016-11-301-6/+11
| * IPC/HLE: Associate the ClientSessions with their parent port's HLE interface ...Gravatar Subv2016-11-301-3/+5
| * Kernel/HLE: Service::Interface no longer inherits from any Kernel object, and...Gravatar Subv2016-11-301-8/+4
| * Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inte...Gravatar Subv2016-11-301-5/+11
* | Add all services to the Service namespaceGravatar Lioncash2016-12-111-17/+17
* | service: Add mvd and qtm servicesGravatar Lioncash2016-12-081-0/+4
* | service: Add nfc servicesGravatar Lioncash2016-12-081-30/+32
|/
* Use negative priorities to avoid special-casing the self-includeGravatar Yuri Kunde Schlesner2016-09-211-1/+1
* Remove empty newlines in #include blocks.Gravatar Emmanuel Gil Peyrot2016-09-211-17/+15
* Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot2016-09-181-9/+14
* LDR: Implement CROGravatar wwylele2016-08-271-1/+1
* service: Add other DLP servicesGravatar Lioncash2016-06-041-2/+3
* Update ACT:U and create ACT:A (#1809)Gravatar AndrĂ¡s Domonkos2016-05-171-0/+2
* Merge pull request #1435 from mailwl/frd_uGravatar bunnei2016-04-051-2/+1
|\
| * frd:u: Initial stub some functionsGravatar mailwl2016-03-271-2/+1
* | Dummy implementation dlp:SRVR Service.Gravatar exhalatio2016-04-031-0/+2
|/
* Reorganize the ndm service path for dummy implement functionGravatar JamePeng2016-03-151-2/+3
* Change trace/unimplemented service call logs to use hexGravatar archshift2015-07-191-1/+1
* Services: Continue separation of services into their own foldersGravatar purpasmart962015-06-111-32/+26
* Remove every trailing whitespace from the project (but externals).Gravatar Emmanuel Gil Peyrot2015-05-291-1/+1
* Common: Remove common.hGravatar Yuri Kunde Schlesner2015-05-071-1/+1
* De-inline functions from Interface, removing them from service.hGravatar Yuri Kunde Schlesner2015-04-141-0/+43
* IR: Move The IR services to their own folder and implement "GetHandles"Gravatar purpasmart962015-04-031-4/+3
* Services: Stubs and minor changesGravatar purpasmart962015-04-021-8/+10
* Services: Moved the PTM and APT services to their own folderGravatar Subv2015-03-031-28/+22
* Services: Fixed "Tried to connect to named port err:f".Gravatar Subv2015-02-161-1/+1
* Make Port/Service registration and querying more HW-accurateGravatar Yuri Kunde Schlesner2015-02-021-75/+55
* Services: Stubbed more services.Gravatar Subv2015-01-241-1/+15
* Merge pull request #493 from archshift/ptmplayGravatar bunnei2015-01-221-0/+4
|\
| * Stubbed cam:u serviceGravatar archshift2015-01-211-0/+2
| * Stubbed ptm:play serviceGravatar archshift2015-01-211-0/+2
* | Added HID_SPVR service and split HID_U implementation into service/hid/hid.xxxGravatar archshift2015-01-211-1/+3
|/
* Services: Added some missing services.Gravatar Subv2015-01-131-0/+6
* Kernel: Start using boost::intrusive_ptr for lifetime managementGravatar Yuri Kunde Schlesner2015-01-091-1/+2
* Fix double-free in Service manager during shutdownGravatar Yuri Kunde Schlesner2015-01-071-14/+0
* Stub the y2r:u serviceGravatar archshift2015-01-031-0/+2