summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/ncm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* general: Convert source file copyright comments over to SPDXMorph2022-04-232-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.
* core: Mark unused fields as [[maybe_unused]]comex2020-12-071-1/+1
|
* service: Eliminate usages of the global system instanceLioncash2020-11-272-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.
* ncm: Update function tableVolcaEM2020-06-271-10/+10
| | | | | This was based on Switchbrew page: https://switchbrew.org/wiki/NCM_services ILocationResolver's 16, 17, 18 and 19 have unofficial names
* service: Update function tablesLioncash2020-04-201-0/+1
| | | | | | Keeps the service function tables up to date. Updated based off information on SwitchBrew.
* service: Update function tablesLioncash2019-11-121-1/+5
| | | | | | Keeps the function tables up to date. Updated based off information from Switchbrew.
* 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.