mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-20 17:47:52 -05:00
hid: Tweaks, Analog Sticks (#435)
* hid: Update mouse/keyboard state * hid: Working analog sticks * hid: Nits * hid: Nits * hid: Update mystery sections * hid: Tweaks
This commit is contained in:
@ -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<const char*, NumAnalogs> mapping = {{
|
||||
"lstick",
|
||||
"rstick",
|
||||
|
Reference in New Issue
Block a user