diff options
Diffstat (limited to 'src/input_common/helpers/joycon_protocol/nfc.h')
| -rw-r--r-- | src/input_common/helpers/joycon_protocol/nfc.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/input_common/helpers/joycon_protocol/nfc.h b/src/input_common/helpers/joycon_protocol/nfc.h index 4cb992d1d..c9e9af03f 100644 --- a/src/input_common/helpers/joycon_protocol/nfc.h +++ b/src/input_common/helpers/joycon_protocol/nfc.h | |||
| @@ -42,9 +42,9 @@ private: | |||
| 42 | 42 | ||
| 43 | DriverResult WaitUntilNfcIsReady(); | 43 | DriverResult WaitUntilNfcIsReady(); |
| 44 | 44 | ||
| 45 | DriverResult StartPolling(TagFoundData& data, std::size_t timeout_limit = 1); | 45 | DriverResult WaitUntilNfcIsPolling(); |
| 46 | 46 | ||
| 47 | DriverResult ReadTag(const TagFoundData& data); | 47 | DriverResult IsTagInRange(TagFoundData& data, std::size_t timeout_limit = 1); |
| 48 | 48 | ||
| 49 | DriverResult GetAmiiboData(std::vector<u8>& data); | 49 | DriverResult GetAmiiboData(std::vector<u8>& data); |
| 50 | 50 | ||
| @@ -52,7 +52,7 @@ private: | |||
| 52 | 52 | ||
| 53 | DriverResult SendStopPollingRequest(MCUCommandResponse& output); | 53 | DriverResult SendStopPollingRequest(MCUCommandResponse& output); |
| 54 | 54 | ||
| 55 | DriverResult SendStartWaitingRecieveRequest(MCUCommandResponse& output); | 55 | DriverResult SendNextPackageRequest(MCUCommandResponse& output, u8 packet_id); |
| 56 | 56 | ||
| 57 | DriverResult SendReadAmiiboRequest(MCUCommandResponse& output, NFCPages ntag_pages); | 57 | DriverResult SendReadAmiiboRequest(MCUCommandResponse& output, NFCPages ntag_pages); |
| 58 | 58 | ||