summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/ncm (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-05-27ncm: Implement LR OpenAddOnContentLocationResolver (2)Zach Hilman1-24/+21
Returns an object of type IAddOnContentLocationResolver for the provided StorageId.
2019-05-27ncm: Implement LR OpenRegisteredLocationResolver (1)Zach Hilman1-0/+27
Returns an object of type IRegisteredLocationResolver for the StorageId.
2019-05-27ncm: Implement LR OpenLocationResolver (0)Zach Hilman1-0/+50
Returns an object of type ILocationResolver with the provided StorageId.
2019-01-30service/ncm: Update function tablesLioncash1-4/+4
Updates function tables based off information provided by SwitchBrew
2018-07-27service: Add ncm servicesLioncash2-0/+74
Adds the basic skeleton for the ncm services based off information on Switch Brew.