diff options
| author | 2023-05-15 22:44:50 -0600 | |
|---|---|---|
| committer | 2023-05-16 18:37:22 -0600 | |
| commit | 5693434b8ad74a5c46155f1e60fa0d3f475aa153 (patch) | |
| tree | bc0741cea6d9365b6d44aa2642f701511fb034f4 /src/input_common/helpers/joycon_protocol/nfc.h | |
| parent | Merge pull request #10181 from lat9nq/intel-compute-toggle (diff) | |
| download | yuzu-5693434b8ad74a5c46155f1e60fa0d3f475aa153.tar.gz yuzu-5693434b8ad74a5c46155f1e60fa0d3f475aa153.tar.xz yuzu-5693434b8ad74a5c46155f1e60fa0d3f475aa153.zip | |
input_common: Fix pro controller amiibo support
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 | ||