summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/psc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* service: psc: Update namesNarr the Reg2023-03-051-9/+9
|
* service: move hle_ipc from kernelLiam2023-03-011-2/+2
|
* service: refactor server architectureLiam2023-02-212-5/+8
| | | | 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.
* general: Replace RESULT_SUCCESS with ResultSuccessMorph2021-06-021-1/+1
| | | | Transition to PascalCase for result names.
* service: Eliminate usages of the global system instanceLioncash2020-11-272-8/+12
| | | | | 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/+2
|
* service/psc: Update function tablesLioncash2019-01-301-8/+9
| | | | | Updates the function tables based off information on SwitchBrew. Gets rid of a swath of unknown names.
* Changed logging to be "Log before execution", Added more error logging, all services should now log on some levelDavid Marcec2018-11-261-2/+2
|
* service: Add psc servicesLioncash2018-08-022-0/+92
Adds the basic skeleton for the psc services based off the information provided by Switch Brew.