aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/nifm/nifm_s.cpp
AgeCommit message (Collapse)Author
2018-07-25service/nifm: Deduplicate interface codeLioncash
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-04-19service: Use nested namespace specifiers where applicableLioncash
Tidies up namespace declarations
2018-03-16Service/NIFM: convert to modulemailwl
2018-02-04logger: Add NIFM service logging category.bunnei
2018-02-03Service:nifm: add nifm:a, nifm:s and nifm:u servicesmailwl