summaryrefslogtreecommitdiffstats
path: root/src/input_common/helpers/joycon_driver.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* scope_exit: Make constexprFearlessTobi2024-02-191-1/+3
* input_common: joycon: Move vibrations to a queuegerman772023-10-221-2/+14
* input_common: Remove duplicated DriverResult enumgerman772023-06-281-64/+65
* input_common: Dont try to read/write data from 3rd party controllersgerman772023-06-251-9/+33
* input_common: Implement native mifare supportNarr the Reg2023-06-221-14/+104
* input_common: Implement amiibo writtingNarr the Reg2023-05-221-0/+20
* general: fix spelling mistakesLiam2023-03-121-2/+2
* input_common: Minor typo issues (#9922)Narr the Reg2023-03-081-1/+1
* input_common: Reintroduce custom pro controller supportNarr the Reg2023-02-101-1/+2
* input_common: joycon: Remove Magic numbers from common protocolNarr the Reg2023-01-301-9/+9
* input_common: Implement SetLowPowerMode and TriggersElapsed for the joycon driverNarr the Reg2023-01-261-0/+3
* input_common: Address byte reviewgerman772023-01-201-4/+4
* 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-201-10/+20
* input_common: Implement joycon ir cameraNarr the Reg2023-01-201-2/+53
* yuzu: Add ring controller test buttongerman772023-01-201-12/+26
* input_common: Use DriverResult on all enginesgerman772023-01-201-13/+13
* Address review commentsgerman772023-01-201-1/+1
* core: hid: Fix input regressionsNarr the Reg2023-01-201-1/+1
* input_common: Implement joycon nfcgerman772023-01-201-0/+44
* input_common: Add support for joycon ring controllerNarr the Reg2023-01-201-1/+42
* input_common: Add support for joycon input reportsNarr the Reg2023-01-201-60/+40
* input_common: Use calibration from joyconNarr the Reg2023-01-201-0/+4
* input_common: Add support for joycon generic functionsNarr the Reg2023-01-201-3/+51
* input_common: Initial skeleton for custom joycon driverNarr the Reg2023-01-201-0/+382