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 1c2e487 commit 69d23cf
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 7 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 depends/common/gearboy/gearboy.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
gearboy https://github.com/drhelius/Gearboy/archive/c8f9c927a62d6483da4b162f1d21a1faaed9a64a.tar.gz
gearboy https://github.com/drhelius/Gearboy/archive/5087165ff32ff029173bb96d8fb69bb086e55393.tar.gz
2 changes: 1 addition & 1 deletion game.libretro.gearboy/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.gearboy"
name="Nintendo - Game Boy / Color (Gearboy)"
version="3.5.0.27"
version="3.5.0.28"
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: 2021-08-29 00:33i\n"
"PO-Revision-Date: 2021-08-29 00:33i\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-gearboy/en_gb/>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
Expand Down

0 comments on commit 69d23cf

Please sign in to comment.