summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nifm/nifm.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* service: Eliminate usages of the global system instanceLioncash2020-11-271-4/+4
| | | | | Completely removes all usages of the global system instance within the services code by passing in the using system instance to the services.
* Deglobalize System: NifmDavid Marcec2019-09-221-1/+5
|
* service/nifm: Deduplicate interface codeLioncash2018-07-251-15/+4
| | | | | Rather than having the same code for each nifm service variant, we can centralize it on one class and get rid of a bit of extra code.
* 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/NIFM: convert to modulemailwl2018-03-161-9/+11
|
* Service:nifm: add nifm:a, nifm:s and nifm:u servicesmailwl2018-02-031-0/+27