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 0474250 commit c05f9df
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 8 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/2048/2048.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2048 https://github.com/libretro/libretro-2048/archive/5474ed1ab880b3296c9860d0943d7de1970c79dd.tar.gz
2048 https://github.com/libretro/libretro-2048/archive/86e02d3c2dd76858db7370f5df1ccfc33b3abee1.tar.gz
2 changes: 1 addition & 1 deletion game.libretro.2048/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.2048"
name="2048"
version="1.0.0.148"
version="1.0.0.149"
provider-name="Gabriele Cirulli">
<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-26 22:16i\n"
"PO-Revision-Date: 2021-08-26 22:16i\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-2048/en_gb/>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
Expand Down
2 changes: 1 addition & 1 deletion game.libretro.2048/resources/settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<settings>
<category label="128">
<setting label="30001" type="select" id="2048_theme" values="Light|Dark" default="Light"/>
<setting label="30002" type="select" id="2048_fps" values="60|120|240" default="60"/>
<setting label="30002" type="select" id="2048_fps" values="60|72|75|90|100|119|120|144|155|160|165|180|200|240|244|300|320|360|480|540" default="60"/>
</category>
</settings>

0 comments on commit c05f9df

Please sign in to comment.