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 24, 2024
1 parent 52a995b commit 1a04535
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion depends/common/stella/stella.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
stella https://github.com/stella-emu/stella/archive/db3a38be7b77d5929daf00c5eba6ead167e974ec.tar.gz
stella https://github.com/stella-emu/stella/archive/debec039001fba760f5412ccb85544ba1e832f2e.tar.gz
2 changes: 1 addition & 1 deletion game.libretro.stella/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.stella"
name="Atari - 2600 (Stella)"
version="7.1.0.58"
version="7.1.0.59"
provider-name="Stephen Anthony, Bradford Mott, Eckhard Stolberg, Brian Watson">
<requires>
<import addon="game.libretro" version="1.0.0"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,7 @@ msgstr ""
msgctxt "#30011"
msgid "Paddle analog sensitivity"
msgstr ""

msgctxt "#30012"
msgid "Enable reload/next game"
msgstr ""
1 change: 1 addition & 0 deletions game.libretro.stella/resources/settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@
<setting label="30009" type="select" id="stella_phosphor_blend" values="60|65|70|75|80|85|90|95|100|0|5|10|15|20|25|30|35|40|45|50|55" default="60"/>
<setting label="30010" type="select" id="stella_paddle_joypad_sensitivity" values="3|4|5|6|7|8|9|10|11|12|13|14|15|16|17|18|19|20|1|2" default="3"/>
<setting label="30011" type="select" id="stella_paddle_analog_sensitivity" values="20|21|22|23|24|25|26|27|28|29|30|0|1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|17|18|19" default="20"/>
<setting label="30012" type="select" id="stella_reload" values="off|on" default="off"/>
</category>
</settings>

0 comments on commit 1a04535

Please sign in to comment.