aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/sm/sm.h
AgeCommit message (Expand)Author
2019-11-28kernel: Implement a more accurate IPC dispatch.bunnei
2019-11-24kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel...bunnei
2019-03-11kernel/server_port: Make data members privateLioncash
2018-11-24service/sm: Take std::string by const reference in UnregisterServiceLioncash
2018-11-03sm: Implement RegisterService and UnregisterServiceZach Hilman
2018-10-06Ported #4296 from citraDavid Marcec
2018-09-14services/sm: Amend error code constantsLioncash
2018-09-06core/core: Remove unnecessary sm/controller includeLioncash
2018-08-01kernel: Move object class to its own source filesLioncash
2018-07-19hle/service: Make constructors explicit where applicableLioncash
2018-04-20core: Relocate g_service_manager to the System classLioncash
2018-04-19service: Use nested namespace specifiers where applicableLioncash
2018-01-13yuzu: Update license text to be consistent across project.bunnei
2017-12-28service: Clean up apm/lm/applet_oe/controller/sm ctor/dtor.bunnei
2017-10-31hle: Use Switch formatted result codes.bunnei
2017-10-14hle: Initial implementation of NX service framework and IPC.bunnei
2017-09-24HLE/SRV: Implemented RegisterService.Subv
2017-06-08Service/sm: Convert 'srv:' to ServiceFrameworkYuri Kunde Schlesner
2017-06-06Service: Make service registration part of the sm implementationYuri Kunde Schlesner