summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/spl/module.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* hle/service: Make constructors explicit where applicableLioncash2018-07-191-1/+1
| | | | | Prevents implicit construction and makes these lingering non-explicit constructors consistent with the rest of the other classes in services.
* service: Use nested namespace specifiers where applicableLioncash2018-04-201-4/+2
| | | | Tidies up namespace declarations
* Service/spl: add module and servicesmailwl2018-03-221-0/+29