summaryrefslogtreecommitdiff
path: root/src/input_common/helpers (follow)
Commit message (Expand)AuthorAgeFilesLines
* input_common: joycon: Move vibrations to a queueGravatar german772023-10-222-2/+19
* 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-2817-459/+500
* input_common: Dont try to read/write data from 3rd party controllersGravatar german772023-06-243-14/+37
* input_common: Implement native mifare supportGravatar Narr the Reg2023-06-217-27/+588
* input_common: rename PAGE_SIZE to avoid conflictGravatar 121011112023-05-301-3/+3
* input_common: Implement amiibo writtingGravatar Narr the Reg2023-05-215-60/+370
* 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-124-7/+7
* input_common: Minor typo issues (#9922)Gravatar Narr the Reg2023-03-085-44/+44
* input_common: joycon: Add stick input from passive reportsGravatar german772023-03-053-32/+84
* input_common: Reintroduce custom pro controller supportGravatar Narr the Reg2023-02-091-1/+2
* input_common: Simplify stick from buttonGravatar Narr the Reg2023-02-021-32/+13
* input_common: joycon: Remove Magic numbers from common protocolGravatar Narr the Reg2023-01-299-154/+221
* 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
* 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 dr...Gravatar Narr the Reg2023-01-264-0/+21
* Revert 9617 and fix it on input_commonGravatar Narr the Reg2023-01-251-2/+7
* input_common: Address byte reviewGravatar german772023-01-2013-217/+193
* 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-193-12/+23
* input_common: Implement joycon ir cameraGravatar Narr the Reg2023-01-199-5/+553
* yuzu: Add ring controller test buttonGravatar german772023-01-192-13/+27
* input_common: Use DriverResult on all enginesGravatar german772023-01-193-18/+19
* Address review commentsGravatar german772023-01-1912-41/+41
* core: hid: Fix input regressionsGravatar Narr the Reg2023-01-192-4/+1
* input_common: Implement joycon nfcGravatar german772023-01-196-11/+537
* input_common: Add support for joycon ring controllerGravatar Narr the Reg2023-01-198-4/+270
* input_common: Add support for joycon input reportsGravatar Narr the Reg2023-01-196-77/+770
* input_common: Use calibration from joyconGravatar Narr the Reg2023-01-194-0/+229
* input_common: Add support for joycon generic functionsGravatar Narr the Reg2023-01-194-3/+308
* 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-193-0/+1022
* input_common: Create an update engineGravatar Narr the Reg2023-01-051-6/+11
* Merge pull request #9338 from lioncash/propertiesGravatar Morph2022-11-282-2/+18
|\
| * input_common/helpers: Mark analog property structs members as static constexprGravatar Lioncash2022-11-282-2/+18
* | common/input: Add helpers functions for creating input and output devicesGravatar Lioncash2022-11-282-12/+6
|/
* core: hid: Implement true multitouch supportGravatar Narr the Reg2022-11-191-6/+3
* chore: make yuzu REUSE compliantGravatar Andrea Pappacoda2022-07-276-18/+12
* Address first part of review commentsGravatar FearlessTobi2022-07-251-1/+1
* input_common: Ignore boost uninitialized local variableGravatar Narr the Reg2022-04-201-0/+9
* input_common: Reduce unused includesGravatar ameerj2022-03-201-1/+0
* input_common: Remove unused core includeGravatar Morph2022-02-031-1/+0
* input_common: Use attributes for analog range modifiersGravatar german772022-01-301-4/+26
* Merge pull request #7302 from VPeruS/check-deadlockGravatar bunnei2021-12-171-8/+13
|\