summaryrefslogtreecommitdiffstats
path: root/src/input_common/helpers/joycon_driver.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-02-19scope_exit: Make constexprFearlessTobi1-1/+3
Allows the use of the macro in constexpr-contexts. Also avoids some potential problems when nesting braces inside it.
2023-10-22input_common: joycon: Move vibrations to a queuegerman771-2/+14
2023-06-28input_common: Remove duplicated DriverResult enumgerman771-64/+65
2023-06-25input_common: Dont try to read/write data from 3rd party controllersgerman771-9/+33
2023-06-22input_common: Implement native mifare supportNarr the Reg1-14/+104
2023-05-22input_common: Implement amiibo writtingNarr the Reg1-0/+20
2023-03-12general: fix spelling mistakesLiam1-2/+2
2023-03-08input_common: Minor typo issues (#9922)Narr the Reg1-1/+1
2023-02-14remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistencyarades791-2/+2
Signed-off-by: arades79 <scravers@protonmail.com>
2023-02-14add static lifetime to constexpr values to force compile time evaluation where possiblearades791-2/+2
Signed-off-by: arades79 <scravers@protonmail.com>
2023-02-10input_common: Reintroduce custom pro controller supportNarr the Reg1-1/+2
2023-01-30input_common: joycon: Remove Magic numbers from common protocolNarr the Reg1-9/+9
2023-01-26input_common: Implement SetLowPowerMode and TriggersElapsed for the joycon driverNarr the Reg1-0/+3
2023-01-20input_common: Address byte reviewgerman771-4/+4
2023-01-20input_common: Drop Pro controller support from custom drivergerman771-3/+1
2023-01-20input_common: Fix issue where ring and irs are enabled at the same timegerman771-10/+20
2023-01-20input_common: Implement joycon ir cameraNarr the Reg1-2/+53
2023-01-20yuzu: Add ring controller test buttongerman771-12/+26
2023-01-20input_common: Use DriverResult on all enginesgerman771-13/+13
2023-01-20Address review commentsgerman771-1/+1
2023-01-20core: hid: Fix input regressionsNarr the Reg1-1/+1
2023-01-20input_common: Implement joycon nfcgerman771-0/+44
2023-01-20input_common: Add support for joycon ring controllerNarr the Reg1-1/+42
2023-01-20input_common: Add support for joycon input reportsNarr the Reg1-60/+40
2023-01-20input_common: Use calibration from joyconNarr the Reg1-0/+4
2023-01-20input_common: Add support for joycon generic functionsNarr the Reg1-3/+51
2023-01-20input_common: Initial skeleton for custom joycon driverNarr the Reg1-0/+382