summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/ncm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ncm: Implement LR OpenAddOnContentLocationResolver (2)Zach Hilman2019-05-271-24/+21
| | | Returns an object of type IAddOnContentLocationResolver for the provided StorageId.
* ncm: Implement LR OpenRegisteredLocationResolver (1)Zach Hilman2019-05-271-0/+27
| | | Returns an object of type IRegisteredLocationResolver for the StorageId.
* ncm: Implement LR OpenLocationResolver (0)Zach Hilman2019-05-271-0/+50
| | | Returns an object of type ILocationResolver with the provided StorageId.
* service/ncm: Update function tablesLioncash2019-01-301-4/+4
| | | | Updates function tables based off information provided by SwitchBrew
* service: Add ncm servicesLioncash2018-07-272-0/+74
Adds the basic skeleton for the ncm services based off information on Switch Brew.