summaryrefslogtreecommitdiff
path: root/src/input_common/helpers/joycon_driver.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* general: fix spelling mistakesGravatar Liam2023-03-121-2/+2
* input_common: Minor typo issues (#9922)Gravatar Narr the Reg2023-03-081-1/+1
* input_common: Reintroduce custom pro controller supportGravatar Narr the Reg2023-02-091-1/+2
* input_common: joycon: Remove Magic numbers from common protocolGravatar Narr the Reg2023-01-291-9/+9
* input_common: Implement SetLowPowerMode and TriggersElapsed for the joycon dr...Gravatar Narr the Reg2023-01-261-0/+3
* input_common: Address byte reviewGravatar german772023-01-201-4/+4
* input_common: Drop Pro controller support from custom driverGravatar german772023-01-191-3/+1
* input_common: Fix issue where ring and irs are enabled at the same timeGravatar german772023-01-191-10/+20
* input_common: Implement joycon ir cameraGravatar Narr the Reg2023-01-191-2/+53
* yuzu: Add ring controller test buttonGravatar german772023-01-191-12/+26
* input_common: Use DriverResult on all enginesGravatar german772023-01-191-13/+13
* Address review commentsGravatar german772023-01-191-1/+1
* core: hid: Fix input regressionsGravatar Narr the Reg2023-01-191-1/+1
* input_common: Implement joycon nfcGravatar german772023-01-191-0/+44
* input_common: Add support for joycon ring controllerGravatar Narr the Reg2023-01-191-1/+42
* input_common: Add support for joycon input reportsGravatar Narr the Reg2023-01-191-60/+40
* input_common: Use calibration from joyconGravatar Narr the Reg2023-01-191-0/+4
* input_common: Add support for joycon generic functionsGravatar Narr the Reg2023-01-191-3/+51
* input_common: Initial skeleton for custom joycon driverGravatar Narr the Reg2023-01-191-0/+382