mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 14:51:40 +00:00
Expose the main menu key in the controls menu so that it can be assigned (most useful for gamepad users)
This commit is contained in:
parent
662b4b07a4
commit
481b2c1a70
1 changed files with 1 additions and 0 deletions
|
@ -667,6 +667,7 @@ OptionMenu "OtherControlsMenu" protected
|
|||
Control "$CNTRLMNU_ADJUST_GAMMA" , "bumpgamma"
|
||||
|
||||
StaticText ""
|
||||
Control "$CNTRLMNU_OPEN_MAIN" , "menu_main"
|
||||
Control "$CNTRLMNU_OPEN_HELP" , "menu_help"
|
||||
Control "$CNTRLMNU_OPEN_SAVE" , "menu_save"
|
||||
Control "$CNTRLMNU_OPEN_LOAD" , "menu_load"
|
||||
|
|
Loading…
Reference in a new issue