summaryrefslogtreecommitdiff
path: root/src/input_common/helpers/joycon_protocol/common_protocol.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2023-06-29input_common: Allow timeouts to happen while scanning for a ringGravatar german771-1/+1
2023-06-28input_common: Remove duplicated DriverResult enumGravatar german771-47/+55
2023-06-24input_common: Dont try to read/write data from 3rd party controllersGravatar german771-5/+3
2023-05-16input_common: Fix pro controller amiibo supportGravatar Narr the Reg1-1/+1
2023-05-09input_common: Fix nfc detection for joyconsGravatar german771-4/+3
2023-02-14remove static from pointer sized or smaller types for aesthetics, change cons...Gravatar arades791-7/+7
2023-02-14add static lifetime to constexpr values to force compile time evaluation wher...Gravatar arades791-7/+7
2023-01-29input_common: joycon: Remove Magic numbers from common protocolGravatar Narr the Reg1-72/+83
2023-01-27input_common: joycon: Replace ReadSPI vector with spanGravatar Narr the Reg1-6/+12
2023-01-27input_common: joycon: Remove magic numbers from calibration protocolGravatar Narr the Reg1-2/+2
2023-01-20input_common: Address byte reviewGravatar german771-12/+12
2023-01-19input_common: Fix issue where ring and irs are enabled at the same timeGravatar german771-2/+2
2023-01-19input_common: Implement joycon ir cameraGravatar Narr the Reg1-0/+13
2023-01-19Address review commentsGravatar german771-3/+3
2023-01-19input_common: Add joycon low level functionsGravatar Narr the Reg1-0/+286