summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nifm/nifm.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-11-27service: Eliminate usages of the global system instanceLioncash1-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.
2019-09-22Deglobalize System: NifmDavid Marcec1-1/+5
2018-07-25service/nifm: Deduplicate interface codeLioncash1-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.
2018-07-19hle/service: Make constructors explicit where applicableLioncash1-1/+1
Prevents implicit construction and makes these lingering non-explicit constructors consistent with the rest of the other classes in services.
2018-04-20service: Use nested namespace specifiers where applicableLioncash1-4/+2
Tidies up namespace declarations
2018-03-16Service/NIFM: convert to modulemailwl1-9/+11
2018-02-03Service:nifm: add nifm:a, nifm:s and nifm:u servicesmailwl1-0/+27