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 Jan 26, 2024
1 parent a7a3773 commit 9c62955
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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/1afc7ddc28ce52650e9b484b1e5c4b6170ca4a1f.tar.gz
gearcoleco https://github.com/drhelius/Gearcoleco/archive/3afe8f544349c2080e01a1a347cbd4c82e8f78fe.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.1.0.13"
version="1.1.0.14"
provider-name="Ignacio Sanchez">
<requires>
<import addon="game.libretro" version="1.0.0"/>
Expand Down
2 changes: 1 addition & 1 deletion game.libretro.gearcoleco/resources/settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<category label="30000">
<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" default="1:1 PAR"/>
<setting label="30005" type="select" id="gearsystem_overscan" values="Disabled|Top+Bottom|Full (284 width)|Full (320 width)" default="Disabled"/>
<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"/>
<setting label="30006" type="select" id="gearcoleco_spinners" values="Disabled|Super Action Controller|Wheel Controller|Roller Controller" default="Disabled"/>
Expand Down

0 comments on commit 9c62955

Please sign in to comment.