summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/ncm (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-04-23general: Convert source file copyright comments over to SPDXMorph2-6/+4
This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
2020-12-07core: Mark unused fields as [[maybe_unused]]comex1-1/+1
2020-11-27service: Eliminate usages of the global system instanceLioncash2-10/+16
Completely removes all usages of the global system instance within the services code by passing in the using system instance to the services.
2020-06-27ncm: Update function tableVolcaEM1-10/+10
This was based on Switchbrew page: https://switchbrew.org/wiki/NCM_services ILocationResolver's 16, 17, 18 and 19 have unofficial names
2020-04-20service: Update function tablesLioncash1-0/+1
Keeps the service function tables up to date. Updated based off information on SwitchBrew.
2019-11-12service: Update function tablesLioncash1-1/+5
Keeps the function tables up to date. Updated based off information from Switchbrew.
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.