Fix inaccuracies pointed out by PVS-Studio

This commit is contained in:
RipleyTom 2023-03-21 21:06:18 +01:00 committed by Megamouse
parent ad3e740c09
commit 0f45a8c180
3 changed files with 5 additions and 16 deletions

View file

@ -131,7 +131,7 @@ class evdev_joystick_handler final : public PadHandlerBase
{ 0x11d , "0x11d" },
{ 0x11e , "0x11e" },
{ 0x11f , "0x11f" },
{ BTN_JOYSTICK , "Joystick" },
//{ BTN_JOYSTICK , "Joystick" }, same as BTN_TRIGGER
{ BTN_TRIGGER , "Trigger" },
{ BTN_THUMB , "Thumb" },
{ BTN_THUMB2 , "Thumb 2" },