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 30, 2024
1 parent e001473 commit fcba222
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion depends/common/gearcoleco/gearcoleco.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
gearcoleco https://github.com/drhelius/Gearcoleco/archive/d7ccd380474365105f120acd29fb835f7eb5c9fe.tar.gz
gearcoleco https://github.com/drhelius/Gearcoleco/archive/bc0e17e513ea6cc8837588c48b65b74c404b6a10.tar.gz
2 changes: 1 addition & 1 deletion game.libretro.gearcoleco/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.gearcoleco"
name="Coleco - ColecoVision (Gearcoleco)"
version="1.3.0.25"
version="1.3.0.26"
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 @@ -38,10 +38,6 @@ msgctxt "#30003"
msgid "No Sprite Limit"
msgstr ""

msgctxt "#30004"
msgid "Aspect Ratio (restart)"
msgstr ""

msgctxt "#30005"
msgid "Overscan"
msgstr ""
Expand All @@ -53,3 +49,7 @@ msgstr ""
msgctxt "#30007"
msgid "Spinner Sensitivity"
msgstr ""

msgctxt "#30008"
msgid "Aspect Ratio"
msgstr ""
2 changes: 1 addition & 1 deletion game.libretro.gearcoleco/resources/settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<settings>
<category label="128">
<setting label="30001" type="select" id="gearcoleco_timing" values="Auto|NTSC (60 Hz)|PAL (50 Hz)" default="Auto"/>
<setting label="30004" type="select" id="gearcoleco_aspect_ratio" values="1:1 PAR|4:3 DAR|16:9 DAR|16:10 DAR" default="1:1 PAR"/>
<setting label="30008" type="select" id="gearcoleco_aspect_ratio" values="1:1 PAR|4:3 DAR|16:9 DAR|16:10 DAR" default="1:1 PAR"/>
<setting label="30005" type="select" id="gearcoleco_overscan" values="Disabled|Top+Bottom|Full (284 width)|Full (320 width)" default="Disabled"/>
<setting label="30002" type="select" id="gearcoleco_up_down_allowed" values="Disabled|Enabled" default="Disabled"/>
<setting label="30003" type="select" id="gearcoleco_no_sprite_limit" values="Disabled|Enabled" default="Disabled"/>
Expand Down

0 comments on commit fcba222

Please sign in to comment.