Skip to content

Commit

Permalink
Rename Gamepad menu to Controller
Browse files Browse the repository at this point in the history
to avoid overlap with Game menu when searching
  • Loading branch information
andrei-drexler committed Oct 17, 2024
1 parent 0debccf commit cb59430
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Quake/menu.c
Original file line number Diff line number Diff line change
Expand Up @@ -3137,7 +3137,7 @@ void M_Menu_Gamepad_f (void)
item (OPT_INTERFACE, "Interface") \
item (SPACER, "") \
item (OPT_CUSTOMIZE, "Key Setup") \
item (OPT_GAMEPAD, "Gamepad") \
item (OPT_GAMEPAD, "Controller") \
item (OPT_MOUSESPEED, "Mouse Speed") \
item (OPT_INVMOUSE, "Invert Mouse") \
item (OPT_SNDVOL, "Sound Volume") \
Expand Down Expand Up @@ -3196,7 +3196,7 @@ void M_Menu_Gamepad_f (void)
item (OPT_CONFIRMQUIT, "Quit Prompt") \
item (OPT_STARTDEMOS, "Start Demos") \
end_menu () \
begin_menu (GAMEPAD_OPTIONS, m_gamepad, TITLE("Gamepad")) \
begin_menu (GAMEPAD_OPTIONS, m_gamepad, TITLE("Controller")) \
item (GPAD_OPT_DEVICE, "Device") \
item (SPACER, "") \
item (SPACER, "") \
Expand Down

0 comments on commit cb59430

Please sign in to comment.