diff options
author | Garrett Brown <themagnificentmrb@gmail.com> | 2023-02-22 22:29:07 -0800 |
---|---|---|
committer | Garrett Brown <themagnificentmrb@gmail.com> | 2023-03-02 18:08:56 -0800 |
commit | f08d4b7153e0bfa6e77d4d2dfc0d84daef6f9bcf (patch) | |
tree | 291ebb0eb9b256173a89dd0063cec73ec45645e0 /system | |
parent | 985c290dfd7b5b06c826dd0aaa72160ef3ce60d3 (diff) |
Peripherals: Allow changing joystick appearance
Diffstat (limited to 'system')
-rw-r--r-- | system/peripherals.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/system/peripherals.xml b/system/peripherals.xml index c91d977a8b..a110c0db60 100644 --- a/system/peripherals.xml +++ b/system/peripherals.xml @@ -58,8 +58,9 @@ </peripheral> <peripheral class="joystick" name="joystick" mapTo="joystick"> - <setting key="left_stick_deadzone" type="float" label="35078" order="1" value="0.2" min="0.0" step="0.05" max="1.0" /> - <setting key="right_stick_deadzone" type="float" label="35079" order="2" value="0.2" min="0.0" step="0.05" max="1.0" /> + <setting key="appearance" type="addon" addontype="kodi.game.controller" label="480" order="1"/> + <setting key="left_stick_deadzone" type="float" label="35078" order="2" value="0.2" min="0.0" step="0.05" max="1.0" /> + <setting key="right_stick_deadzone" type="float" label="35079" order="3" value="0.2" min="0.0" step="0.05" max="1.0" /> </peripheral> </peripherals> |