From 3d9e0b5450a87f92845e9b09861256b8360d3dc7 Mon Sep 17 00:00:00 2001 From: Fredrik Hubinette Date: Sun, 13 Apr 2025 20:02:05 +0000 Subject: [PATCH] Add Menu Key (used by 8bitdo Pro 2 controller --- rpcs3/Input/evdev_joystick_handler.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rpcs3/Input/evdev_joystick_handler.h b/rpcs3/Input/evdev_joystick_handler.h index abf6f00988..7b23903091 100644 --- a/rpcs3/Input/evdev_joystick_handler.h +++ b/rpcs3/Input/evdev_joystick_handler.h @@ -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" },