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 28, 2024
1 parent 2277328 commit 1877a42
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Steps to reproduce the behavior:
<!--- Provide a link to a live example, or an unambiguous set of steps to -->
<!--- reproduce this bug. Include code to reproduce, if relevant -->
<!--- Put your text below this line -->
1.
1.
2.
3.

Expand All @@ -38,7 +38,7 @@ The debuglog can be found here:



### Screenshots
### Screenshots
Here are some links or screenshots to help explain the problem:
<!--- Put your text below this line -->

Expand Down
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR})

find_package(Kodi REQUIRED)

set(CMAKE_CXX_STANDARD 17)

# CMake on windows only searches for .lib libraries (static library or import library).
# The libretro game library is dynamically loaded so even if an import library would exists it's of no use.
if(CMAKE_SYSTEM_NAME STREQUAL Windows)
Expand Down
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Maintainer: wsnipex <wsnipex@a1.net>
Build-Depends: debhelper (>= 9.0.0),
cmake,
kodi-addon-dev,
libretro-gearsystem (>= 3.5.0) | gearsystem (>= 3.5.0)
libretro-gearsystem (>= 0.0.1) | gearsystem (>= 0.0.1)
Standards-Version: 3.9.8
Section: libs

Expand Down
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/80858272d6185a0c41f226868bb7008f9bd5f106.tar.gz
gearsystem https://github.com/drhelius/Gearsystem/archive/67418ace3525f0af0e608092dcc6f15740ecd9cc.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.18"
version="0.0.1.19"
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 @@ -9,7 +9,7 @@ msgstr ""
"POT-Creation-Date: 2023-03-25 03:22i\n"
"PO-Revision-Date: 2023-03-25 03:22i\n"
"Last-Translator: Kodi Translation Team\n"
"Language-Team: English (United Kingdom) (https://kodi.weblate.cloud/languages/en_gb/)\n"
"Language-Team: English (United Kingdom) <https://kodi.weblate.cloud/projects/kodi-add-ons-game/game-libretro-gearsystem/en_gb/>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
Expand Down Expand Up @@ -69,3 +69,7 @@ msgstr ""
msgctxt "#30011"
msgid "YM2413 (restart)"
msgstr ""

msgctxt "#30012"
msgid "Hide Left Bar (SMS only)"
msgstr ""
3 changes: 2 additions & 1 deletion game.libretro.gearsystem/resources/settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
<setting label="30002" type="select" id="gearsystem_region" values="Auto|Master System Japan|Master System Export|Game Gear Japan|Game Gear Export|Game Gear International" default="Auto"/>
<setting label="30003" type="select" id="gearsystem_mapper" values="Auto|ROM|SEGA|Codemasters|Korean|MSX|Janggun|SG-1000" default="Auto"/>
<setting label="30004" type="select" id="gearsystem_timing" values="Auto|NTSC (60 Hz)|PAL (50 Hz)" default="Auto"/>
<setting label="30009" type="select" id="gearsystem_aspect_ratio" values="1:1 PAR|4:3 DAR|16:9 DAR" default="1:1 PAR"/>
<setting label="30009" type="select" id="gearsystem_aspect_ratio" values="1:1 PAR|4:3 DAR|16:9 DAR|16:10 DAR" default="1:1 PAR"/>
<setting label="30010" type="select" id="gearsystem_overscan" values="Disabled|Top+Bottom|Full (284 width)|Full (320 width)" default="Disabled"/>
<setting label="30012" type="select" id="gearsystem_hide_left_bar" values="No|Auto|Always" default="No"/>
<setting label="30005" type="select" id="gearsystem_bios_sms" values="Disabled|Enabled" default="Disabled"/>
<setting label="30006" type="select" id="gearsystem_bios_gg" values="Disabled|Enabled" default="Disabled"/>
<setting label="30011" type="select" id="gearsystem_ym2413" values="Auto|Disabled" default="Auto"/>
Expand Down

0 comments on commit 1877a42

Please sign in to comment.