summaryrefslogtreecommitdiff
path: root/src/core/hle/service/pcie (follow)
Commit message (Collapse)AuthorAgeFilesLines
* service: refactor server architectureGravatar Liam2023-02-212-8/+7
| | | | Converts services to have their own processes
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-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 namesGravatar german772021-04-081-1/+1
|
* service/pcie: Fix invalid initialization argumentGravatar ReinUsesLisp2020-12-301-1/+1
|
* service: Eliminate usages of the global system instanceGravatar Lioncash2020-11-262-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 tablesGravatar VolcaEM2020-06-291-0/+3
|
* service: Add the pcie serviceGravatar Lioncash2018-07-312-0/+79
Adds the basic skeleton of the pcie service based off information on Switch Brew.