diff options
| author | 2022-12-22 01:07:46 -0600 | |
|---|---|---|
| committer | 2023-01-19 18:05:21 -0600 | |
| commit | 6d6b7bdbc327528d155f0422ef096846559844c0 (patch) | |
| tree | 6954aaa23abe6d725f8452afb1fd19a59e962800 /src/input_common/helpers/joycon_protocol/poller.h | |
| parent | input_common: Add dual joycon support (diff) | |
| download | yuzu-6d6b7bdbc327528d155f0422ef096846559844c0.tar.gz yuzu-6d6b7bdbc327528d155f0422ef096846559844c0.tar.xz yuzu-6d6b7bdbc327528d155f0422ef096846559844c0.zip | |
input_common: Implement joycon nfc
Diffstat (limited to 'src/input_common/helpers/joycon_protocol/poller.h')
| -rw-r--r-- | src/input_common/helpers/joycon_protocol/poller.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/input_common/helpers/joycon_protocol/poller.h b/src/input_common/helpers/joycon_protocol/poller.h index 68b14b8ba..c40fc7bca 100644 --- a/src/input_common/helpers/joycon_protocol/poller.h +++ b/src/input_common/helpers/joycon_protocol/poller.h | |||
| @@ -36,6 +36,7 @@ public: | |||
| 36 | 36 | ||
| 37 | void UpdateColor(const Color& color); | 37 | void UpdateColor(const Color& color); |
| 38 | void UpdateRing(s16 value, const RingStatus& ring_status); | 38 | void UpdateRing(s16 value, const RingStatus& ring_status); |
| 39 | void updateAmiibo(const std::vector<u8>& amiibo_data); | ||
| 39 | 40 | ||
| 40 | private: | 41 | private: |
| 41 | void UpdateActiveLeftPadInput(const InputReportActive& input, | 42 | void UpdateActiveLeftPadInput(const InputReportActive& input, |