summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/usb (follow)
Commit message (Collapse)AuthorAgeFilesLines
* service: usb: Update namesNarr the Reg2023-03-051-35/+35
|
* service: move hle_ipc from kernelLiam2023-03-011-3/+3
|
* service: refactor server architectureLiam2023-02-212-12/+11
| | | | 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.
* service/usb: Update function tablesLioncash2022-01-211-27/+15
|
* service: Reduce header include overheadMorph2021-10-071-1/+0
|
* service/usb: Update to 13.0.0german772021-09-271-3/+3
|
* general: Replace RESULT_SUCCESS with ResultSuccessMorph2021-06-021-2/+2
| | | | Transition to PascalCase for result names.
* usb: Use proper namesgerman772021-04-091-21/+21
|
* service: Eliminate usages of the global system instanceLioncash2020-11-272-19/+26
| | | | | 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-15/+16
|
* service/usb: Update function tableLioncash2018-12-021-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 levelDavid Marcec2018-11-261-2/+2
|
* service/usb: Update IPdSession's function tableLioncash2018-10-301-3/+3
| | | | Updated based off information on SwitchBrew.
* service/usb: Update service function tablesLioncash2018-10-251-21/+22
| | | | Updated based off the information provided by Hexkyz on Switchbrew.
* service: Add usb servicesLioncash2018-08-072-0/+253
Adds basic skeleton for the usb services based off the information provided by Switch Brew.