Skip to content

Commit

Permalink
Merge pull request #78701 from Calinou/joy-button-name-tweak-xbox-menu
Browse files Browse the repository at this point in the history
Mention Xbox menu button by name in Start button description
  • Loading branch information
akien-mga committed Jul 8, 2023
2 parents e3dee8c + 1621b4e commit 73ca58b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/input/input_event.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1192,7 +1192,7 @@ static const char *_joy_button_descriptions[(size_t)JoyButton::SDL_MAX] = {
TTRC("Top Action, Sony Triangle, Xbox Y, Nintendo X"),
TTRC("Back, Sony Select, Xbox Back, Nintendo -"),
TTRC("Guide, Sony PS, Xbox Home"),
TTRC("Start, Nintendo +"),
TTRC("Start, Xbox Menu, Nintendo +"),
TTRC("Left Stick, Sony L3, Xbox L/LS"),
TTRC("Right Stick, Sony R3, Xbox R/RS"),
TTRC("Left Shoulder, Sony L1, Xbox LB"),
Expand Down

0 comments on commit 73ca58b

Please sign in to comment.