summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/pcie (follow)
Commit message (Collapse)AuthorAgeFilesLines
* service: refactor server architectureLiam2023-02-212-8/+7
| | | | Converts services to have their own processes
* 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.
* pcie: Use proper namesgerman772021-04-091-1/+1
|
* service/pcie: Fix invalid initialization argumentReinUsesLisp2020-12-301-1/+1
|
* service: Eliminate usages of the global system instanceLioncash2020-11-272-5/+9
| | | | | Completely removes all usages of the global system instance within the services code by passing in the using system instance to the services.
* service: Update function tablesVolcaEM2020-06-291-0/+3
|
* service: Add the pcie serviceLioncash2018-07-312-0/+79
Adds the basic skeleton of the pcie service based off information on Switch Brew.