summaryrefslogtreecommitdiff
path: root/src/input_common/helpers (unfollow)
Commit message (Expand)AuthorFilesLines
2023-10-22input_common: joycon: Move vibrations to a queueGravatar german772-2/+19
2023-10-02ci: fix new codespell errorsGravatar Liam1-1/+1
2023-06-29input_common: Allow timeouts to happen while scanning for a ringGravatar german772-3/+4
2023-06-28input_common: Remove duplicated DriverResult enumGravatar german7717-459/+500
2023-06-24input_common: Dont try to read/write data from 3rd party controllersGravatar german773-14/+37
2023-06-21input_common: Implement native mifare supportGravatar Narr the Reg7-27/+588
2023-05-30input_common: rename PAGE_SIZE to avoid conflictGravatar 121011111-3/+3
2023-05-21input_common: Implement amiibo writtingGravatar Narr the Reg5-60/+370
2023-05-16input_common: Fix pro controller amiibo supportGravatar Narr the Reg4-98/+63
2023-05-14input_common: Make amiibo scanning less demandingGravatar german773-4/+13
2023-05-09input_common: Fix nfc detection for joyconsGravatar german774-19/+21
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