summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/erpt/erpt.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* service: refactor server architectureLiam2023-02-211-3/+8
| | | | Converts services to have their own processes
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
| | | | | 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-271-5/+5
| | | | | 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-261-0/+51
Adds the basic skeleton of the erpt service based off information on Switch Brew.