summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/sm/sm.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* service: Clean up apm/lm/applet_oe/controller/sm ctor/dtor.bunnei2017-12-281-2/+2
|
* hle: Use Switch formatted result codes.bunnei2017-11-011-13/+5
|
* hle: Initial implementation of NX service framework and IPC.bunnei2017-10-151-2/+18
|
* HLE/SRV: Implemented RegisterService.Subv2017-09-241-0/+3
| | | | Now system modules can do more than just crash immediately on startup.
* Service/sm: Convert 'srv:' to ServiceFrameworkYuri Kunde Schlesner2017-06-091-2/+8
|
* Service: Make service registration part of the sm implementationYuri Kunde Schlesner2017-06-061-0/+49
Also enhances the GetServiceHandle implementation to be more accurate.