diff options
author | Isabelle COWAN-BERGMAN <Izzette@users.noreply.github.com> | 2021-10-31 19:17:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-31 19:17:47 +0100 |
commit | 532d5b21fdff8bd8aa460b010ebd3bef1b9878dd (patch) | |
tree | 665875f8be540efb4296bc03e9c77187037d4617 /builtin | |
parent | 8dfeba02b9f084ddd52090ccd906534200f468b3 (diff) | |
download | minetest-532d5b21fdff8bd8aa460b010ebd3bef1b9878dd.tar.gz minetest-532d5b21fdff8bd8aa460b010ebd3bef1b9878dd.tar.bz2 minetest-532d5b21fdff8bd8aa460b010ebd3bef1b9878dd.zip |
Add joystick layout for DragonRise GameCube controller (#11467)
Diffstat (limited to 'builtin')
-rw-r--r-- | builtin/settingtypes.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt index af4f5eaa6..81ebef67d 100644 --- a/builtin/settingtypes.txt +++ b/builtin/settingtypes.txt @@ -146,7 +146,7 @@ enable_joysticks (Enable joysticks) bool false joystick_id (Joystick ID) int 0 # The type of joystick -joystick_type (Joystick type) enum auto auto,generic,xbox +joystick_type (Joystick type) enum auto auto,generic,xbox,dragonrise_gamecube # The time in seconds it takes between repeated events # when holding down a joystick button combination. |