diff options
| author | 2021-10-27 18:06:13 -0500 | |
|---|---|---|
| committer | 2021-11-24 20:30:26 -0600 | |
| commit | 2d3a63b28969089746e43ed232dc74630fbfc3b2 (patch) | |
| tree | f75d3245b6e23815611796c85b96fa4c7674c3e2 /src/core/hid/input_interpreter.h | |
| parent | core/hid: Add TAS input (diff) | |
| download | yuzu-2d3a63b28969089746e43ed232dc74630fbfc3b2.tar.gz yuzu-2d3a63b28969089746e43ed232dc74630fbfc3b2.tar.xz yuzu-2d3a63b28969089746e43ed232dc74630fbfc3b2.zip | |
core/hid: Update structs to 13.1.0
Diffstat (limited to 'src/core/hid/input_interpreter.h')
| -rw-r--r-- | src/core/hid/input_interpreter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hid/input_interpreter.h b/src/core/hid/input_interpreter.h index 1791cf9b7..1c2e02142 100644 --- a/src/core/hid/input_interpreter.h +++ b/src/core/hid/input_interpreter.h | |||
| @@ -105,7 +105,7 @@ private: | |||
| 105 | Service::HID::Controller_NPad& npad; | 105 | Service::HID::Controller_NPad& npad; |
| 106 | 106 | ||
| 107 | /// Stores 9 consecutive button states polled from HID. | 107 | /// Stores 9 consecutive button states polled from HID. |
| 108 | std::array<u32, 9> button_states{}; | 108 | std::array<u64, 9> button_states{}; |
| 109 | 109 | ||
| 110 | std::size_t previous_index{}; | 110 | std::size_t previous_index{}; |
| 111 | std::size_t current_index{}; | 111 | std::size_t current_index{}; |