summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/erpt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* service: refactor server architectureLiam2023-02-212-9/+9
| | | | 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.
* erpt: Update to 12.xMorph2021-04-091-1/+6
|
* service: Eliminate usages of the global system instanceLioncash2020-11-272-6/+10
| | | | | 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 tablesLioncash2019-11-121-0/+3
| | | | | | Keeps the function tables up to date. Updated based off information from Switchbrew.
* service/erpt: Update function tableLioncash2018-12-021-5/+7
| | | | | Updates the function table according to information provided by SwitchBrew.
* service: Add the erpt servicesLioncash2018-07-262-0/+67
Adds the basic skeleton of the erpt service based off information on Switch Brew.