summaryrefslogtreecommitdiffstats
path: root/src/input_common/drivers/joycon.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2023-03-08input_common: Minor typo issues (#9922)Narr the Reg1-2/+2
2023-02-14remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistencyarades791-2/+2
2023-02-14add static lifetime to constexpr values to force compile time evaluation where possiblearades791-2/+2
2023-02-10input_common: Reintroduce custom pro controller supportNarr the Reg1-1/+48
2023-01-30input_common: joycon: Fill missing enum dataNarr the Reg1-3/+1
2023-01-25input_common: Make use of StoppableTimedWaitMorph1-3/+4
2023-01-25input_common: add missing header for libc++ after 340f15d1fa79Jan Beich1-0/+1
2023-01-20input_common: Fix joycon mappingsgerman771-56/+49
2023-01-20input_common: Address byte reviewgerman771-24/+26
2023-01-20input_common: Drop Pro controller support from custom drivergerman771-36/+0
2023-01-20input_common: Implement joycon ir cameraNarr the Reg1-8/+21
2023-01-20input_common: Use DriverResult on all enginesgerman771-22/+19
2023-01-20Address review commentsgerman771-1/+1
2023-01-20input_common: Implement joycon nfcgerman771-1/+3
2023-01-20input_common: Add dual joycon supportNarr the Reg1-24/+101
2023-01-20input_common: Add support for joycon input reportsNarr the Reg1-23/+24
2023-01-20core: hid: Enable pulling color data from controllersNarr the Reg1-1/+10
2023-01-20input_common: Disable SDL driver with switch controllersNarr the Reg1-0/+4
2023-01-20input_common: Initial skeleton for custom joycon driverNarr the Reg1-0/+615