summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/sm/sm.h (unfollow)
Commit message (Expand)AuthorFilesLines
2019-11-28kernel: Implement a more accurate IPC dispatch.bunnei1-2/+4
2019-11-25kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154)bunnei1-5/+5
2019-03-11kernel/server_port: Make data members privateLioncash1-1/+1
2018-11-24service/sm: Take std::string by const reference in UnregisterServiceLioncash1-1/+1
2018-11-04sm: Implement RegisterService and UnregisterServiceZach Hilman1-0/+3
2018-10-06Ported #4296 from citraDavid Marcec1-0/+19
2018-09-14services/sm: Amend error code constantsLioncash1-6/+0
2018-09-06core/core: Remove unnecessary sm/controller includeLioncash1-0/+1
2018-08-02kernel: Move object class to its own source filesLioncash1-3/+5
2018-07-19hle/service: Make constructors explicit where applicableLioncash1-1/+1
2018-04-21core: Relocate g_service_manager to the System classLioncash1-3/+3
2018-04-20service: Use nested namespace specifiers where applicableLioncash1-4/+2
2018-01-13yuzu: Update license text to be consistent across project.bunnei1-1/+1
2017-12-28service: Clean up apm/lm/applet_oe/controller/sm ctor/dtor.bunnei1-2/+2
2017-11-01hle: Use Switch formatted result codes.bunnei1-13/+5
2017-10-15hle: Initial implementation of NX service framework and IPC.bunnei1-2/+18
2017-09-24HLE/SRV: Implemented RegisterService.Subv1-0/+3
2017-06-09Service/sm: Convert 'srv:' to ServiceFrameworkYuri Kunde Schlesner1-2/+8
2017-06-06Service: Make service registration part of the sm implementationYuri Kunde Schlesner1-0/+49