summaryrefslogtreecommitdiffstats
path: root/src/input_common/helpers/joycon_protocol/common_protocol.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2023-05-17input_common: Fix pro controller amiibo supportNarr the Reg1-1/+1
2023-05-09input_common: Fix nfc detection for joyconsgerman771-4/+3
2023-02-14remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistencyarades791-7/+7
2023-02-14add static lifetime to constexpr values to force compile time evaluation where possiblearades791-7/+7
2023-01-30input_common: joycon: Remove Magic numbers from common protocolNarr the Reg1-72/+83
2023-01-28input_common: joycon: Replace ReadSPI vector with spanNarr the Reg1-6/+12
2023-01-28input_common: joycon: Remove magic numbers from calibration protocolNarr the Reg1-2/+2
2023-01-20input_common: Address byte reviewgerman771-12/+12
2023-01-20input_common: Fix issue where ring and irs are enabled at the same timegerman771-2/+2
2023-01-20input_common: Implement joycon ir cameraNarr the Reg1-0/+13
2023-01-20Address review commentsgerman771-3/+3
2023-01-20input_common: Add joycon low level functionsNarr the Reg1-0/+286