summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/controllers/debug_pad.h
diff options
context:
space:
mode:
authorgerman77 <juangerman-13@hotmail.com>2021-09-21 03:18:26 +0200
committerNarr the Reg <juangerman-13@hotmail.com>2021-11-25 03:30:23 +0100
commit6e2c84042d296272a2186feac67678c19fdb122b (patch)
tree0f1c6e4ad0b158aff656bf73cdc0c42ed207d1de /src/core/hle/service/hid/controllers/debug_pad.h
parentdebugger/controller: Remove TAS (diff)
downloadyuzu-6e2c84042d296272a2186feac67678c19fdb122b.tar
yuzu-6e2c84042d296272a2186feac67678c19fdb122b.tar.gz
yuzu-6e2c84042d296272a2186feac67678c19fdb122b.tar.bz2
yuzu-6e2c84042d296272a2186feac67678c19fdb122b.tar.lz
yuzu-6e2c84042d296272a2186feac67678c19fdb122b.tar.xz
yuzu-6e2c84042d296272a2186feac67678c19fdb122b.tar.zst
yuzu-6e2c84042d296272a2186feac67678c19fdb122b.zip
Diffstat (limited to 'src/core/hle/service/hid/controllers/debug_pad.h')
-rw-r--r--src/core/hle/service/hid/controllers/debug_pad.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/hid/controllers/debug_pad.h b/src/core/hle/service/hid/controllers/debug_pad.h
index 1b1645184..e90ae8415 100644
--- a/src/core/hle/service/hid/controllers/debug_pad.h
+++ b/src/core/hle/service/hid/controllers/debug_pad.h
@@ -87,7 +87,7 @@ private:
std::array<std::unique_ptr<Input::ButtonDevice>, Settings::NativeButton::NUM_BUTTONS_HID>
buttons;
- std::array<std::unique_ptr<Input::AnalogDevice>, Settings::NativeAnalog::NUM_STICKS_HID>
+ std::array<std::unique_ptr<Input::AnalogDevice>, Settings::NativeAnalog::NumAnalogs>
analogs;
};
} // namespace Service::HID