summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/sm/sm.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Service: Remove unnecessary includes from service.hYuri Kunde Schlesner2017-06-061-0/+1
| | | | | This has a huge fallout in terms of needing to fix other files because all service implementations included that file.
* Service: Make service registration part of the sm implementationYuri Kunde Schlesner2017-06-061-0/+58
Also enhances the GetServiceHandle implementation to be more accurate.