mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
Fix inaccuracies pointed out by PVS-Studio
This commit is contained in:
parent
ad3e740c09
commit
0f45a8c180
3 changed files with 5 additions and 16 deletions
|
|
@ -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" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue