diff options
author | Garrett Brown <themagnificentmrb@gmail.com> | 2023-07-17 13:30:09 -0700 |
---|---|---|
committer | Garrett Brown <themagnificentmrb@gmail.com> | 2023-07-17 17:49:09 -0700 |
commit | fcb8c6369611df4e236d0af1815575260a8ce8d2 (patch) | |
tree | e9c24a34b7eeea590e3b71e52896f9d7d5ef6c2b /addons/skin.estuary/xml/GameOSD.xml | |
parent | 0b7617a3f3062d5960097f010d31aee20f445435 (diff) |
Games: Use lower-case skin tags for gamecontroller control
Diffstat (limited to 'addons/skin.estuary/xml/GameOSD.xml')
-rw-r--r-- | addons/skin.estuary/xml/GameOSD.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addons/skin.estuary/xml/GameOSD.xml b/addons/skin.estuary/xml/GameOSD.xml index 6d7c302bce..b808abaa8f 100644 --- a/addons/skin.estuary/xml/GameOSD.xml +++ b/addons/skin.estuary/xml/GameOSD.xml @@ -37,7 +37,7 @@ <left>30</left> <width>640</width> <height>640</height> - <controllerId>game.controller.snes</controllerId> + <controllerid>game.controller.snes</controllerid> </control> <control type="textbox"> <description>Additional help text. This will be removed in future versions.</description> |