Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | service: usb: Update names | Narr the Reg | 2023-03-05 | 1 | -35/+35 |
| | |||||
* | service: move hle_ipc from kernel | Liam | 2023-03-01 | 1 | -3/+3 |
| | |||||
* | service: refactor server architecture | Liam | 2023-02-21 | 1 | -7/+10 |
| | | | | 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. | ||||
* | service/usb: Update function tables | Lioncash | 2022-01-21 | 1 | -27/+15 |
| | |||||
* | service: Reduce header include overhead | Morph | 2021-10-07 | 1 | -1/+0 |
| | |||||
* | service/usb: Update to 13.0.0 | german77 | 2021-09-27 | 1 | -3/+3 |
| | |||||
* | general: Replace RESULT_SUCCESS with ResultSuccess | Morph | 2021-06-02 | 1 | -2/+2 |
| | | | | Transition to PascalCase for result names. | ||||
* | usb: Use proper names | german77 | 2021-04-09 | 1 | -21/+21 |
| | |||||
* | service: Eliminate usages of the global system instance | Lioncash | 2020-11-27 | 1 | -18/+21 |
| | | | | | 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 | -15/+16 |
| | |||||
* | service/usb: Update function table | Lioncash | 2018-12-02 | 1 | -1/+1 |
| | | | | | Updates the function table for IClientEpSession based off information provided by SwitchBrew. | ||||
* | 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/usb: Update IPdSession's function table | Lioncash | 2018-10-30 | 1 | -3/+3 |
| | | | | Updated based off information on SwitchBrew. | ||||
* | service/usb: Update service function tables | Lioncash | 2018-10-25 | 1 | -21/+22 |
| | | | | Updated based off the information provided by Hexkyz on Switchbrew. | ||||
* | service: Add usb services | Lioncash | 2018-08-07 | 1 | -0/+238 |
Adds basic skeleton for the usb services based off the information provided by Switch Brew. |