summaryrefslogtreecommitdiffstats
path: root/src/input_common/helpers/joycon_protocol (follow)
Commit message (Collapse)AuthorAgeFilesLines
* input_common: Fix nfc detection for joyconsgerman772023-05-094-19/+21
|
* general: fix spelling mistakesLiam2023-03-121-2/+2
|
* input_common: Minor typo issues (#9922)Narr the Reg2023-03-083-42/+42
|
* input_common: joycon: Add stick input from passive reportsgerman772023-03-053-32/+84
|
* input_common: joycon: Remove Magic numbers from common protocolNarr the Reg2023-01-308-145/+212
|
* input_common: joycon: Fill missing enum dataNarr the Reg2023-01-304-37/+51
|
* Move to Clang Format 15Levi Behunin2023-01-301-2/+2
| | | | | | Depends on https://github.com/yuzu-emu/build-environments/pull/69 clang-15 primary run
* input_common: joycon: Replace ReadSPI vector with spanNarr the Reg2023-01-283-20/+26
|
* input_common: joycon: Remove magic numbers from calibration protocolNarr the Reg2023-01-286-107/+202
|
* input_common: Implement SetLowPowerMode and TriggersElapsed for the joycon driverNarr the Reg2023-01-263-0/+18
|
* input_common: Address byte reviewgerman772023-01-2011-212/+187
|
* input_common: Fix issue where ring and irs are enabled at the same timegerman772023-01-201-2/+2
|
* input_common: Implement joycon ir cameraNarr the Reg2023-01-207-3/+496
|
* input_common: Use DriverResult on all enginesgerman772023-01-201-0/+1
|
* Address review commentsgerman772023-01-2011-40/+40
|
* core: hid: Fix input regressionsNarr the Reg2023-01-201-3/+0
|
* input_common: Implement joycon nfcgerman772023-01-204-0/+480
|
* input_common: Add support for joycon ring controllerNarr the Reg2023-01-206-3/+225
|
* input_common: Add support for joycon input reportsNarr the Reg2023-01-204-0/+724
|
* input_common: Use calibration from joyconNarr the Reg2023-01-202-0/+223
|
* input_common: Add support for joycon generic functionsNarr the Reg2023-01-202-0/+255
|
* input_common: Add joycon low level functionsNarr the Reg2023-01-202-0/+432
|
* input_common: Initial skeleton for custom joycon driverNarr the Reg2023-01-201-0/+494