summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/psc/psc.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* psc: stub overlay notification channelLiam2024-02-221-0/+4
|
* psc: move IPmControl, IPmModule, IPmServiceLiam2024-02-221-65/+2
|
* Rework time service to fix time passing offline.Kelebek12024-01-241-1/+16
|
* 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-211-4/+7
| | | | 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.
* 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-271-7/+7
| | | | | 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-021-0/+77
Adds the basic skeleton for the psc services based off the information provided by Switch Brew.