summaryrefslogtreecommitdiff
path: root/src/input_common/helpers/joycon_protocol/nfc.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2024-01-15Fix more typosGravatar Viktor Szépe1-4/+4
2023-06-28input_common: Remove duplicated DriverResult enumGravatar german771-112/+119
2023-06-21input_common: Implement native mifare supportGravatar Narr the Reg1-7/+383
2023-05-30input_common: rename PAGE_SIZE to avoid conflictGravatar 121011111-3/+3
2023-05-21input_common: Implement amiibo writtingGravatar Narr the Reg1-49/+283
2023-05-16input_common: Fix pro controller amiibo supportGravatar Narr the Reg1-93/+58
2023-05-14input_common: Make amiibo scanning less demandingGravatar german771-3/+7
2023-05-09input_common: Fix nfc detection for joyconsGravatar german771-12/+12
2023-02-14remove static from pointer sized or smaller types for aesthetics, change cons...Gravatar arades791-4/+4
2023-02-14add static lifetime to constexpr values to force compile time evaluation wher...Gravatar arades791-4/+4
2023-01-29input_common: joycon: Remove Magic numbers from common protocolGravatar Narr the Reg1-31/+37
2023-01-20input_common: Address byte reviewGravatar german771-99/+84
2023-01-19Address review commentsGravatar german771-4/+5
2023-01-19input_common: Implement joycon nfcGravatar german771-0/+414