Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | psc: stub overlay notification channel | Liam | 2024-02-22 | 1 | -0/+4 |
| | |||||
* | psc: move IPmControl, IPmModule, IPmService | Liam | 2024-02-22 | 1 | -65/+2 |
| | |||||
* | Rework time service to fix time passing offline. | Kelebek1 | 2024-01-24 | 1 | -1/+16 |
| | |||||
* | service: psc: Update names | Narr the Reg | 2023-03-05 | 1 | -9/+9 |
| | |||||
* | service: move hle_ipc from kernel | Liam | 2023-03-01 | 1 | -2/+2 |
| | |||||
* | service: refactor server architecture | Liam | 2023-02-21 | 1 | -4/+7 |
| | | | | Converts services to have their own processes | ||||
* | general: Convert source file copyright comments over to SPDX | Morph | 2022-04-23 | 1 | -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 ResultSuccess | Morph | 2021-06-02 | 1 | -1/+1 |
| | | | | Transition to PascalCase for result names. | ||||
* | service: Eliminate usages of the global system instance | Lioncash | 2020-11-27 | 1 | -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 tables | VolcaEM | 2020-06-29 | 1 | -0/+2 |
| | |||||
* | service/psc: Update function tables | Lioncash | 2019-01-30 | 1 | -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 level | David Marcec | 2018-11-26 | 1 | -2/+2 |
| | |||||
* | service: Add psc services | Lioncash | 2018-08-02 | 1 | -0/+77 |
Adds the basic skeleton for the psc services based off the information provided by Switch Brew. |