Skip to content

Commit

Permalink
Updated by kodi-game-scripting
Browse files Browse the repository at this point in the history
  • Loading branch information
garbear committed Dec 31, 2024
1 parent 80b3940 commit 410b9b3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion depends/common/gearsystem/gearsystem.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
gearsystem https://github.com/drhelius/Gearsystem/archive/56e2ad3677b2a265d6068d0adf3dd8824ffe81d6.tar.gz
gearsystem https://github.com/drhelius/Gearsystem/archive/3ec7603c196d1e02d2f0c43be762b8cd5c55595a.tar.gz
2 changes: 1 addition & 1 deletion game.libretro.gearsystem/addon.xml.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon id="game.libretro.gearsystem"
name="Sega - MS/GG/SG-1000 (Gearsystem)"
version="3.5.0.23"
version="3.5.0.24"
provider-name="Ignacio Sanchez">
<requires>
<import addon="game.libretro" version="1.0.0"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,7 @@ msgstr ""
msgctxt "#30014"
msgid "Light Gun Input"
msgstr ""

msgctxt "#30015"
msgid "Paddle Sensitivity"
msgstr ""
1 change: 1 addition & 0 deletions game.libretro.gearsystem/resources/settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@
<setting label="30007" type="select" id="gearsystem_glasses" values="Both Eyes / OFF|Left Eye|Right Eye" default="Both Eyes / OFF"/>
<setting label="30008" type="select" id="gearsystem_up_down_allowed" values="Disabled|Enabled" default="Disabled"/>
<setting label="30014" type="select" id="gearsystem_lightgun_input" values="Light Gun|Touchscreen" default="Light Gun"/>
<setting label="30015" type="select" id="gearsystem_paddle_sensitivity" values="1|2|3|4|5|6|7|8|9|10|11|12|13|14|15" default="1"/>
</category>
</settings>

0 comments on commit 410b9b3

Please sign in to comment.