summaryrefslogtreecommitdiffstats
path: root/src/input_common/helpers (follow)
Commit message (Expand)AuthorAgeFilesLines
* input_common: joycon: Move vibrations to a queuegerman772023-10-222-2/+19
* 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-2817-459/+500
* input_common: Dont try to read/write data from 3rd party controllersgerman772023-06-253-14/+37
* input_common: Implement native mifare supportNarr the Reg2023-06-227-27/+588
* input_common: rename PAGE_SIZE to avoid conflict121011112023-05-301-3/+3
* input_common: Implement amiibo writtingNarr the Reg2023-05-225-60/+370
* 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-124-7/+7
* input_common: Minor typo issues (#9922)Narr the Reg2023-03-085-44/+44
* input_common: joycon: Add stick input from passive reportsgerman772023-03-053-32/+84
* input_common: Reintroduce custom pro controller supportNarr the Reg2023-02-101-1/+2
* input_common: Simplify stick from buttonNarr the Reg2023-02-021-32/+13
* input_common: joycon: Remove Magic numbers from common protocolNarr the Reg2023-01-309-154/+221
* input_common: joycon: Fill missing enum dataNarr the Reg2023-01-304-37/+51
* Move to Clang Format 15Levi Behunin2023-01-301-2/+2
* 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-264-0/+21
* Revert 9617 and fix it on input_commonNarr the Reg2023-01-251-2/+7
* input_common: Address byte reviewgerman772023-01-2013-217/+193
* input_common: Drop Pro controller support from custom drivergerman772023-01-201-3/+1
* input_common: Fix issue where ring and irs are enabled at the same timegerman772023-01-203-12/+23
* input_common: Implement joycon ir cameraNarr the Reg2023-01-209-5/+553
* yuzu: Add ring controller test buttongerman772023-01-202-13/+27
* input_common: Use DriverResult on all enginesgerman772023-01-203-18/+19
* Address review commentsgerman772023-01-2012-41/+41
* core: hid: Fix input regressionsNarr the Reg2023-01-202-4/+1
* input_common: Implement joycon nfcgerman772023-01-206-11/+537
* input_common: Add support for joycon ring controllerNarr the Reg2023-01-208-4/+270
* input_common: Add support for joycon input reportsNarr the Reg2023-01-206-77/+770
* input_common: Use calibration from joyconNarr the Reg2023-01-204-0/+229
* input_common: Add support for joycon generic functionsNarr the Reg2023-01-204-3/+308
* input_common: Add joycon low level functionsNarr the Reg2023-01-202-0/+432
* input_common: Initial skeleton for custom joycon driverNarr the Reg2023-01-203-0/+1022
* input_common: Create an update engineNarr the Reg2023-01-061-6/+11
* Merge pull request #9338 from lioncash/propertiesMorph2022-11-282-2/+18
|\
| * input_common/helpers: Mark analog property structs members as static constexprLioncash2022-11-282-2/+18
* | common/input: Add helpers functions for creating input and output devicesLioncash2022-11-282-12/+6
|/
* core: hid: Implement true multitouch supportNarr the Reg2022-11-191-6/+3
* chore: make yuzu REUSE compliantAndrea Pappacoda2022-07-276-18/+12
* Address first part of review commentsFearlessTobi2022-07-251-1/+1
* input_common: Ignore boost uninitialized local variableNarr the Reg2022-04-211-0/+9
* input_common: Reduce unused includesameerj2022-03-201-1/+0
* input_common: Remove unused core includeMorph2022-02-041-1/+0
* input_common: Use attributes for analog range modifiersgerman772022-01-311-4/+26
* Merge pull request #7302 from VPeruS/check-deadlockbunnei2021-12-181-8/+13
|\
| * [input_common] Add completion test for CalibrationConfigurationJobvperus2021-11-291-8/+13
* | common/input: Avoid numerous large copies of CallbackStatusLioncash2021-12-142-35/+51
|/
* input_common: Fully implement UDP controllersNarr the Reg2021-11-261-22/+53
* core/hid: Fully emulate motion from buttongerman772021-11-252-1/+22
* settings: Fix Debug controller type optionsgerman772021-11-251-2/+2
* kraken: Address comments from reviewgerman772021-11-254-50/+57
* core/hid: Rework battery mappingsgerman772021-11-251-1/+1
* input_common: Add manual update options to input devicesgerman772021-11-252-0/+17
* kraken: Address comments from reviewgerman772021-11-251-1/+0
* kraken: Fix errors from rebase and format filesgerman772021-11-253-7/+3
* core/hid: Add output devicesgerman772021-11-253-3/+7
* input_common: Move touch and analog from button. Move udp protocolgerman772021-11-256-0/+730