mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-03-11 03:41:22 +00:00
Swap the default binding for the "Start" and "Select" buttons on gamepads. Using "Start" to access the main menu is a more commonly-accepted standard set by most released games out there - players would tend to reach for that button first to access the menu.
This commit is contained in:
parent
f6bdc02a8a
commit
662b4b07a4
1 changed files with 2 additions and 2 deletions
|
@ -61,8 +61,8 @@ dpadleft invprev
|
|||
dpadright invnext
|
||||
dpaddown invuse
|
||||
dpadup togglemap
|
||||
pad_start pause
|
||||
pad_back menu_main
|
||||
pad_start menu_main
|
||||
pad_back pause
|
||||
lthumb crouch
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue