summaryrefslogtreecommitdiff
path: root/src/input_common/drivers/joycon.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2023-01-25input_common: add missing header for libc++ after 340f15d1fa79Gravatar Jan Beich1-0/+1
2023-01-20input_common: Fix joycon mappingsGravatar german771-56/+49
2023-01-20input_common: Address byte reviewGravatar german771-24/+26
2023-01-19input_common: Drop Pro controller support from custom driverGravatar german771-36/+0
2023-01-19input_common: Implement joycon ir cameraGravatar Narr the Reg1-8/+21
2023-01-19input_common: Use DriverResult on all enginesGravatar german771-22/+19
2023-01-19Address review commentsGravatar german771-1/+1
2023-01-19input_common: Implement joycon nfcGravatar german771-1/+3
2023-01-19input_common: Add dual joycon supportGravatar Narr the Reg1-24/+101
2023-01-19input_common: Add support for joycon input reportsGravatar Narr the Reg1-23/+24
2023-01-19core: hid: Enable pulling color data from controllersGravatar Narr the Reg1-1/+10
2023-01-19input_common: Disable SDL driver with switch controllersGravatar Narr the Reg1-0/+4
2023-01-19input_common: Initial skeleton for custom joycon driverGravatar Narr the Reg1-0/+615