From 266703b50ea61433fa6bba200433040ffd5f7377 Mon Sep 17 00:00:00 2001 From: Max Thomas Date: Mon, 7 May 2018 09:06:02 -0600 Subject: hid: Tweaks, Analog Sticks (#435) * hid: Update mouse/keyboard state * hid: Working analog sticks * hid: Nits * hid: Nits * hid: Update mystery sections * hid: Tweaks --- src/core/settings.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/core/settings.h') diff --git a/src/core/settings.h b/src/core/settings.h index 2c94caab7..cfec63c21 100644 --- a/src/core/settings.h +++ b/src/core/settings.h @@ -99,6 +99,10 @@ enum Values { NumAnalogs, }; +constexpr int STICK_HID_BEGIN = LStick; +constexpr int STICK_HID_END = NumAnalogs; +constexpr int NUM_STICKS_HID = NumAnalogs; + static const std::array mapping = {{ "lstick", "rstick", -- cgit v1.2.3