summaryrefslogtreecommitdiffstats
path: root/src/input_common/helpers/joycon_protocol (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix more typosViktor Szépe2024-01-164-15/+15
|
* ci: fix new codespell errorsLiam2023-10-031-1/+1
|
* input_common: Allow timeouts to happen while scanning for a ringgerman772023-06-292-3/+4
|
* input_common: Remove duplicated DriverResult enumgerman772023-06-2815-373/+409
|
* input_common: Dont try to read/write data from 3rd party controllersgerman772023-06-251-5/+3
|
* input_common: Implement native mifare supportNarr the Reg2023-06-225-13/+478
|
* input_common: rename PAGE_SIZE to avoid conflict121011112023-05-301-3/+3
| | | | See also: https://github.com/yuzu-emu/yuzu/issues/8779
* input_common: Implement amiibo writtingNarr the Reg2023-05-223-60/+349
|
* input_common: Fix pro controller amiibo supportNarr the Reg2023-05-174-98/+63
|
* input_common: Make amiibo scanning less demandinggerman772023-05-143-4/+13
|
* 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