summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/usb/usb.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* usb: Use proper namesgerman772021-04-091-21/+21
|
* service: Eliminate usages of the global system instanceLioncash2020-11-271-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 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-071-0/+238
Adds basic skeleton for the usb services based off the information provided by Switch Brew.