summaryrefslogtreecommitdiff
path: root/src/input_common/helpers/joycon_protocol (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix more typosGravatar Viktor Szépe2024-01-154-15/+15
|
* ci: fix new codespell errorsGravatar Liam2023-10-021-1/+1
|
* input_common: Allow timeouts to happen while scanning for a ringGravatar german772023-06-292-3/+4
|
* input_common: Remove duplicated DriverResult enumGravatar german772023-06-2815-373/+409
|
* input_common: Dont try to read/write data from 3rd party controllersGravatar german772023-06-241-5/+3
|
* input_common: Implement native mifare supportGravatar Narr the Reg2023-06-215-13/+478
|
* input_common: rename PAGE_SIZE to avoid conflictGravatar 121011112023-05-301-3/+3
| | | | See also: https://github.com/yuzu-emu/yuzu/issues/8779
* input_common: Implement amiibo writtingGravatar Narr the Reg2023-05-213-60/+349
|
* input_common: Fix pro controller amiibo supportGravatar Narr the Reg2023-05-164-98/+63
|
* input_common: Make amiibo scanning less demandingGravatar german772023-05-143-4/+13
|
* input_common: Fix nfc detection for joyconsGravatar german772023-05-094-19/+21
|
* general: fix spelling mistakesGravatar Liam2023-03-121-2/+2
|
* input_common: Minor typo issues (#9922)Gravatar Narr the Reg2023-03-083-42/+42
|
* input_common: joycon: Add stick input from passive reportsGravatar german772023-03-053-32/+84
|
* input_common: joycon: Remove Magic numbers from common protocolGravatar Narr the Reg2023-01-298-145/+212
|
* input_common: joycon: Fill missing enum dataGravatar Narr the Reg2023-01-294-37/+51
|
* Move to Clang Format 15Gravatar Levi Behunin2023-01-291-2/+2
| | | | | | Depends on https://github.com/yuzu-emu/build-environments/pull/69 clang-15 primary run
* input_common: joycon: Replace ReadSPI vector with spanGravatar Narr the Reg2023-01-273-20/+26
|
* input_common: joycon: Remove magic numbers from calibration protocolGravatar Narr the Reg2023-01-276-107/+202
|
* input_common: Implement SetLowPowerMode and TriggersElapsed for the joycon ↵Gravatar Narr the Reg2023-01-263-0/+18
| | | | driver
* input_common: Address byte reviewGravatar german772023-01-2011-212/+187
|
* input_common: Fix issue where ring and irs are enabled at the same timeGravatar german772023-01-191-2/+2
|
* input_common: Implement joycon ir cameraGravatar Narr the Reg2023-01-197-3/+496
|
* input_common: Use DriverResult on all enginesGravatar german772023-01-191-0/+1
|
* Address review commentsGravatar german772023-01-1911-40/+40
|
* core: hid: Fix input regressionsGravatar Narr the Reg2023-01-191-3/+0
|
* input_common: Implement joycon nfcGravatar german772023-01-194-0/+480
|
* input_common: Add support for joycon ring controllerGravatar Narr the Reg2023-01-196-3/+225
|
* input_common: Add support for joycon input reportsGravatar Narr the Reg2023-01-194-0/+724
|
* input_common: Use calibration from joyconGravatar Narr the Reg2023-01-192-0/+223
|
* input_common: Add support for joycon generic functionsGravatar Narr the Reg2023-01-192-0/+255
|
* input_common: Add joycon low level functionsGravatar Narr the Reg2023-01-192-0/+432
|
* input_common: Initial skeleton for custom joycon driverGravatar Narr the Reg2023-01-191-0/+494