summaryrefslogtreecommitdiff
path: root/src/input_common/helpers (unfollow)
Commit message (Expand)AuthorFilesLines
2023-03-12general: fix spelling mistakesGravatar Liam4-7/+7
2023-03-08input_common: Minor typo issues (#9922)Gravatar Narr the Reg5-44/+44
2023-03-05input_common: joycon: Add stick input from passive reportsGravatar german773-32/+84
2023-02-14remove static from pointer sized or smaller types for aesthetics, change cons...Gravatar arades796-23/+23
2023-02-14add static lifetime to constexpr values to force compile time evaluation wher...Gravatar arades796-23/+23
2023-02-09input_common: Reintroduce custom pro controller supportGravatar Narr the Reg1-1/+2
2023-02-02input_common: Simplify stick from buttonGravatar Narr the Reg1-32/+13
2023-01-29input_common: joycon: Remove Magic numbers from common protocolGravatar Narr the Reg9-154/+221
2023-01-29input_common: joycon: Fill missing enum dataGravatar Narr the Reg4-37/+51
2023-01-29Move to Clang Format 15Gravatar Levi Behunin1-2/+2
2023-01-27input_common: joycon: Replace ReadSPI vector with spanGravatar Narr the Reg3-20/+26
2023-01-27input_common: joycon: Remove magic numbers from calibration protocolGravatar Narr the Reg6-107/+202
2023-01-26input_common: Implement SetLowPowerMode and TriggersElapsed for the joycon dr...Gravatar Narr the Reg4-0/+21
2023-01-25Revert 9617 and fix it on input_commonGravatar Narr the Reg1-2/+7
2023-01-20input_common: Address byte reviewGravatar german7713-217/+193
2023-01-19input_common: Drop Pro controller support from custom driverGravatar german771-3/+1
2023-01-19input_common: Fix issue where ring and irs are enabled at the same timeGravatar german773-12/+23
2023-01-19input_common: Implement joycon ir cameraGravatar Narr the Reg9-5/+553
2023-01-19yuzu: Add ring controller test buttonGravatar german772-13/+27
2023-01-19input_common: Use DriverResult on all enginesGravatar german773-18/+19
2023-01-19Address review commentsGravatar german7712-41/+41
2023-01-19core: hid: Fix input regressionsGravatar Narr the Reg2-4/+1
2023-01-19input_common: Implement joycon nfcGravatar german776-11/+537
2023-01-19input_common: Add support for joycon ring controllerGravatar Narr the Reg8-4/+270
2023-01-19input_common: Add support for joycon input reportsGravatar Narr the Reg6-77/+770
2023-01-19input_common: Use calibration from joyconGravatar Narr the Reg4-0/+229
2023-01-19input_common: Add support for joycon generic functionsGravatar Narr the Reg4-3/+308
2023-01-19input_common: Add joycon low level functionsGravatar Narr the Reg2-0/+432
2023-01-19input_common: Initial skeleton for custom joycon driverGravatar Narr the Reg3-0/+1022
2023-01-05input_common: Create an update engineGravatar Narr the Reg1-6/+11
2022-11-28input_common/helpers: Mark analog property structs members as static constexprGravatar Lioncash2-2/+18
2022-11-28common/input: Add helpers functions for creating input and output devicesGravatar Lioncash2-12/+6
2022-11-19core: hid: Implement true multitouch supportGravatar Narr the Reg1-6/+3
2022-07-27chore: make yuzu REUSE compliantGravatar Andrea Pappacoda6-18/+12
2022-07-25Address first part of review commentsGravatar FearlessTobi1-1/+1
2022-04-20input_common: Ignore boost uninitialized local variableGravatar Narr the Reg1-0/+9
2022-03-20input_common: Reduce unused includesGravatar ameerj1-1/+0
2022-02-03input_common: Remove unused core includeGravatar Morph1-1/+0
2022-01-30input_common: Use attributes for analog range modifiersGravatar german771-4/+26
2021-12-13common/input: Avoid numerous large copies of CallbackStatusGravatar Lioncash2-35/+51
2021-11-29[input_common] Add completion test for CalibrationConfigurationJobGravatar vperus1-8/+13
2021-11-26input_common: Fully implement UDP controllersGravatar Narr the Reg1-22/+53
2021-11-24core/hid: Fully emulate motion from buttonGravatar german772-1/+22
2021-11-24settings: Fix Debug controller type optionsGravatar german771-2/+2
2021-11-24kraken: Address comments from reviewGravatar german774-50/+57
2021-11-24core/hid: Rework battery mappingsGravatar german771-1/+1
2021-11-24input_common: Add manual update options to input devicesGravatar german772-0/+17
2021-11-24kraken: Address comments from reviewGravatar german771-1/+0
2021-11-24kraken: Fix errors from rebase and format filesGravatar german773-7/+3
2021-11-24core/hid: Add output devicesGravatar german773-3/+7