summaryrefslogtreecommitdiff
path: root/src/input_common/drivers/joycon.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2023-11-11core: hid: Split SL and SR buttonsGravatar german771-4/+4
2023-06-28input_common: Remove duplicated DriverResult enumGravatar german771-18/+17
2023-06-21input_common: Implement native mifare supportGravatar Narr the Reg1-9/+124
2023-05-21input_common: Implement amiibo writtingGravatar Narr the Reg1-2/+6
2023-05-16input_common: Fix pro controller amiibo supportGravatar Narr the Reg1-4/+5
2023-03-08input_common: Minor typo issues (#9922)Gravatar Narr the Reg1-2/+2
2023-02-14remove static from pointer sized or smaller types for aesthetics, change cons...Gravatar arades791-2/+2
2023-02-14add static lifetime to constexpr values to force compile time evaluation wher...Gravatar arades791-2/+2
2023-02-09input_common: Reintroduce custom pro controller supportGravatar Narr the Reg1-1/+48
2023-01-29input_common: joycon: Fill missing enum dataGravatar Narr the Reg1-3/+1
2023-01-25input_common: Make use of StoppableTimedWaitGravatar Morph1-3/+4
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