aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/hid/errors.h
AgeCommit message (Collapse)Author
2024-01-05hid_core: Move hid to it's own subprojectNarr the Reg
2024-01-03service: hid: Implement NpadResource and NpadDataNarr the Reg
2023-12-10service: hid: Improve CreateAppletResource implementation and free resourcesgerman77
2023-12-06service: hid: Introduce proper AppletResource emulationNarr the Reg
2023-02-07service: hid: Return error if arguments of SetSupportedNpadIdType is invalidNarr the Reg
2022-09-25service: hid: Partially implement palma controllerNarr the Reg
2022-07-23yuzu: Add webcam support and rebase to latest masterNarr the Reg
2022-07-23service: irs: Move to IRS namespace and minor fixesgerman77
2022-07-23service: irs: Split processors and implement ImageTransferProcessorgerman77
2022-06-28service: hid: Correct some mistakes and add more validationsNarr the Reg
2022-06-26core: Replace all instances of ResultCode with Resultgerman77
2022-05-27service: hid: Add error handling to sixaxis functionsgerman77
2022-05-27service: hid: Implement MergeSingleJoyAsDualJoy according to REgerman77
2022-05-27service: hid: Quick RE fixes and commentsgerman77
2022-04-23general: Convert source file copyright comments over to SPDXMorph
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.
2022-04-18service: hid: Improve accuracy of sixaxis functionsNarr the Reg
2019-07-01hid:StartLrAssignmentMode, hid:StopLrAssignmentMode, hid:SwapNpadAssignmentDavid Marcec
StartLrAssignmentMode and StopLrAssignmentMode don't require any implementation as it's just used for showing the screen of changing the controller orientation if the user wishes to do so. Ever since #1634 this has not been needed as users can specify the controller orientation from the config and swap at any time. We store a private member just in case this gets used for anything extra in the future