summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/pcie (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.