summaryrefslogtreecommitdiff
path: root/src/input_common/helpers/joycon_driver.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-02-19scope_exit: Make constexprGravatar FearlessTobi1-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 queueGravatar german771-2/+14
2023-06-28input_common: Remove duplicated DriverResult enumGravatar german771-64/+65
2023-06-24input_common: Dont try to read/write data from 3rd party controllersGravatar german771-9/+33
2023-06-21input_common: Implement native mifare supportGravatar Narr the Reg1-14/+104
2023-05-21input_common: Implement amiibo writtingGravatar Narr the Reg1-0/+20
2023-03-12general: fix spelling mistakesGravatar Liam1-2/+2
2023-03-08input_common: Minor typo issues (#9922)Gravatar Narr the Reg1-1/+1
2023-02-14remove static from pointer sized or smaller types for aesthetics, change ↵Gravatar arades791-2/+2
constexpr static to static constexpr for consistency Signed-off-by: arades79 <scravers@protonmail.com>
2023-02-14add static lifetime to constexpr values to force compile time evaluation ↵Gravatar arades791-2/+2
where possible Signed-off-by: arades79 <scravers@protonmail.com>
2023-02-09input_common: Reintroduce custom pro controller supportGravatar Narr the Reg1-1/+2
2023-01-29input_common: joycon: Remove Magic numbers from common protocolGravatar Narr the Reg1-9/+9
2023-01-26input_common: Implement SetLowPowerMode and TriggersElapsed for the joycon ↵Gravatar Narr the Reg1-0/+3
driver
2023-01-20input_common: Address byte reviewGravatar german771-4/+4
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 german771-10/+20
2023-01-19input_common: Implement joycon ir cameraGravatar Narr the Reg1-2/+53
2023-01-19yuzu: Add ring controller test buttonGravatar german771-12/+26
2023-01-19input_common: Use DriverResult on all enginesGravatar german771-13/+13
2023-01-19Address review commentsGravatar german771-1/+1
2023-01-19core: hid: Fix input regressionsGravatar Narr the Reg1-1/+1
2023-01-19input_common: Implement joycon nfcGravatar german771-0/+44
2023-01-19input_common: Add support for joycon ring controllerGravatar Narr the Reg1-1/+42
2023-01-19input_common: Add support for joycon input reportsGravatar Narr the Reg1-60/+40
2023-01-19input_common: Use calibration from joyconGravatar Narr the Reg1-0/+4
2023-01-19input_common: Add support for joycon generic functionsGravatar Narr the Reg1-3/+51
2023-01-19input_common: Initial skeleton for custom joycon driverGravatar Narr the Reg1-0/+382