aboutsummaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorGarrett Brown <themagnificentmrb@gmail.com>2023-02-23 00:13:42 -0800
committerGarrett Brown <themagnificentmrb@gmail.com>2023-02-24 15:14:38 -0800
commit89e85b4bcb11fc0cc9a1925f36ca0343909e650d (patch)
tree926166aad07554262380494a98cca9071d91d6fb /system
parent6f1b87113e89864828b80bf146581af289bbc05e (diff)
Peripherals: Fix missing mapping node name in log
Before: PERIPHERALS::CPeripherals::LoadMappings - loaded node "" After: PERIPHERALS::CPeripherals::LoadMappings - loaded node "joystick"
Diffstat (limited to 'system')
-rw-r--r--system/peripherals.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/peripherals.xml b/system/peripherals.xml
index 5b08ed468b..c91d977a8b 100644
--- a/system/peripherals.xml
+++ b/system/peripherals.xml
@@ -57,7 +57,7 @@
<setting key="keymap" value="osmc" label="35007" configurable="1"/>
</peripheral>
- <peripheral class="joystick" mapTo="joystick">
+ <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" />
</peripheral>