summaryrefslogtreecommitdiff
path: root/src/input_common/drivers/joycon.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* input_common: Remove duplicated DriverResult enumGravatar german772023-06-281-18/+17
* input_common: Implement native mifare supportGravatar Narr the Reg2023-06-211-9/+124
* input_common: Implement amiibo writtingGravatar Narr the Reg2023-05-211-2/+6
* input_common: Fix pro controller amiibo supportGravatar Narr the Reg2023-05-161-4/+5
* input_common: Minor typo issues (#9922)Gravatar Narr the Reg2023-03-081-2/+2
* remove static from pointer sized or smaller types for aesthetics, change cons...Gravatar arades792023-02-141-2/+2
* add static lifetime to constexpr values to force compile time evaluation wher...Gravatar arades792023-02-141-2/+2
* input_common: Reintroduce custom pro controller supportGravatar Narr the Reg2023-02-091-1/+48
* input_common: joycon: Fill missing enum dataGravatar Narr the Reg2023-01-291-3/+1
* input_common: Make use of StoppableTimedWaitGravatar Morph2023-01-251-3/+4
* input_common: add missing header for libc++ after 340f15d1fa79Gravatar Jan Beich2023-01-251-0/+1
* input_common: Fix joycon mappingsGravatar german772023-01-201-56/+49
* input_common: Address byte reviewGravatar german772023-01-201-24/+26
* input_common: Drop Pro controller support from custom driverGravatar german772023-01-191-36/+0
* input_common: Implement joycon ir cameraGravatar Narr the Reg2023-01-191-8/+21
* input_common: Use DriverResult on all enginesGravatar german772023-01-191-22/+19
* Address review commentsGravatar german772023-01-191-1/+1
* input_common: Implement joycon nfcGravatar german772023-01-191-1/+3
* input_common: Add dual joycon supportGravatar Narr the Reg2023-01-191-24/+101
* input_common: Add support for joycon input reportsGravatar Narr the Reg2023-01-191-23/+24
* core: hid: Enable pulling color data from controllersGravatar Narr the Reg2023-01-191-1/+10
* input_common: Disable SDL driver with switch controllersGravatar Narr the Reg2023-01-191-0/+4
* input_common: Initial skeleton for custom joycon driverGravatar Narr the Reg2023-01-191-0/+615