summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/errors.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* service: hid: Correct some mistakes and add more validationsNarr the Reg2022-06-291-0/+3
|
* core: Replace all instances of ResultCode with Resultgerman772022-06-271-7/+7
|
* service: hid: Add error handling to sixaxis functionsgerman772022-05-271-0/+1
|
* service: hid: Implement MergeSingleJoyAsDualJoy according to REgerman772022-05-271-0/+2
|
* service: hid: Quick RE fixes and commentsgerman772022-05-271-0/+1
|
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-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: hid: Improve accuracy of sixaxis functionsNarr the Reg2022-04-181-1/+3
|
* hid:StartLrAssignmentMode, hid:StopLrAssignmentMode, hid:SwapNpadAssignmentDavid Marcec2019-07-011-0/+13
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