From ec1c94bf3a9fbaee85e2ac1752b61866d94d69ad Mon Sep 17 00:00:00 2001 From: Garrett Brown Date: Fri, 27 Dec 2024 01:35:23 +0000 Subject: [PATCH] Updated by kodi-game-scripting https://github.com/kodi-game/kodi-game-scripting/ --- CMakeLists.txt | 2 -- game.libretro.bluemsx/addon.xml.in | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 909a764..a7f1d1e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/game.libretro.bluemsx/addon.xml.in b/game.libretro.bluemsx/addon.xml.in index 88a95d0..b4223b8 100644 --- a/game.libretro.bluemsx/addon.xml.in +++ b/game.libretro.bluemsx/addon.xml.in @@ -1,7 +1,7 @@