aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/service.cpp
AgeCommit message (Expand)Author
2017-01-12Merge pull request #2308 from mailwl/ac-ibunnei
2016-12-30Service/NFC: stub GetTagInRangeEventmailwl
2016-12-30Service/AC: add ac:i servicemailwl
2016-12-22Service/NWM: add nwm servicesmailwl
2016-12-15Merge pull request #2314 from mailwl/accountbunnei
2016-12-14Merge pull request #2249 from Subv/sessions_v3Yuri Kunde Schlesner
2016-12-14Fixed the codestyle to match our clang-format rules.Subv
2016-12-14Service/ACT: move ACT services to foldermailwl
2016-12-11Add all services to the Service namespaceLioncash
2016-12-09Moved the HLE command buffer translation task to ServerSession instead of the...Subv
2016-12-09Kernel/IPC: Small codestyle cleanupSubv
2016-12-08Added a framework for partially handling Session disconnections.Subv
2016-12-08Use std::move where appropriate.Subv
2016-12-08service: Add mvd and qtm servicesLioncash
2016-12-08service: Add nfc servicesLioncash
2016-12-05Split SessionRequestHandler::HandleSyncRequest into HandleSyncRequest, Transl...Subv
2016-12-05KServerPorts now have an HLE handler "template", which is inherited by all Se...Subv
2016-11-30A bit of a redesign.Subv
2016-11-30IPC/HLE: Associate the ClientSessions with their parent port's HLE interface ...Subv
2016-11-30Kernel/HLE: Service::Interface no longer inherits from any Kernel object, and...Subv
2016-11-30 Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inte...Subv
2016-09-21Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot
2016-08-27LDR: Implement CROwwylele
2016-06-04service: Add other DLP servicesLioncash
2016-05-17Update ACT:U and create ACT:A (#1809)AndrĂ¡s Domonkos
2016-04-05Merge pull request #1435 from mailwl/frd_ubunnei
2016-04-03Dummy implementation dlp:SRVR Service.exhalatio
2016-03-27frd:u: Initial stub some functionsmailwl
2016-03-15Reorganize the ndm service path for dummy implement functionJamePeng
2015-07-19Change trace/unimplemented service call logs to use hexarchshift
2015-06-11Services: Continue separation of services into their own folderspurpasmart96
2015-05-29Remove every trailing whitespace from the project (but externals).Emmanuel Gil Peyrot
2015-05-07Common: Remove common.hYuri Kunde Schlesner
2015-04-14De-inline functions from Interface, removing them from service.hYuri Kunde Schlesner
2015-04-03IR: Move The IR services to their own folder and implement "GetHandles"purpasmart96
2015-04-02Services: Stubs and minor changespurpasmart96
2015-03-03Services: Moved the PTM and APT services to their own folderSubv
2015-02-16Services: Fixed "Tried to connect to named port err:f".Subv
2015-02-02Make Port/Service registration and querying more HW-accurateYuri Kunde Schlesner
2015-01-24Services: Stubbed more services.Subv
2015-01-22Merge pull request #493 from archshift/ptmplaybunnei
2015-01-21Added HID_SPVR service and split HID_U implementation into service/hid/hid.xxxarchshift
2015-01-21Stubbed cam:u servicearchshift
2015-01-21Stubbed ptm:play servicearchshift
2015-01-13Services: Added some missing services.Subv
2015-01-09Kernel: Start using boost::intrusive_ptr for lifetime managementYuri Kunde Schlesner
2015-01-07Fix double-free in Service manager during shutdownYuri Kunde Schlesner
2015-01-03Stub the y2r:u servicearchshift