mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-19 19:15:26 +00:00
Add Menu Key (used by 8bitdo Pro 2 controller
This commit is contained in:
parent
9c5b3a2300
commit
3d9e0b5450
1 changed files with 2 additions and 0 deletions
|
@ -102,6 +102,8 @@ class evdev_joystick_handler final : public PadHandlerBase
|
|||
{ KEY_DOWN , "Down Key" },
|
||||
{ KEY_NEXT , "Next Key" },
|
||||
{ KEY_PREVIOUS , "Previous Key"},
|
||||
// 8bitdo Pro 2 controller uses this for the button below "b"
|
||||
{ KEY_MENU , "Menu" },
|
||||
//{ BTN_MISC , "Misc" }, same as BTN_0
|
||||
{ BTN_0 , "0" },
|
||||
{ BTN_1 , "1" },
|
||||
|
|
Loading…
Add table
Reference in a new issue