mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-14 14:27:57 -05:00
core/hid: Update structs to 13.1.0
This commit is contained in:
@ -105,7 +105,7 @@ private:
|
||||
Service::HID::Controller_NPad& npad;
|
||||
|
||||
/// Stores 9 consecutive button states polled from HID.
|
||||
std::array<u32, 9> button_states{};
|
||||
std::array<u64, 9> button_states{};
|
||||
|
||||
std::size_t previous_index{};
|
||||
std::size_t current_index{};
|
||||
|
Reference in New Issue
Block a user