add 2.207 support

This commit is contained in:
dankmeme01 2024-11-09 01:42:39 +01:00
parent 088eddbb7b
commit 8aa2c2283a
3 changed files with 3 additions and 2 deletions

View file

@ -189,8 +189,8 @@ include(cmake/Platform.cmake)
include(cmake/GeodeFile.cmake) include(cmake/GeodeFile.cmake)
if (NOT DEFINED GEODE_GD_VERSION) if (NOT DEFINED GEODE_GD_VERSION)
set(GEODE_GD_VERSION 2.206) set(GEODE_GD_VERSION 2.207)
set(GEODE_COMP_GD_VERSION 22060) set(GEODE_COMP_GD_VERSION 22070)
endif() endif()
target_compile_definitions( target_compile_definitions(

View file

@ -32,6 +32,7 @@ static auto const& getGDVersionTimestampMap() {
{ 1704948277, "2.203" }, { 1704948277, "2.203" },
{ 1705041028, "2.204" }, { 1705041028, "2.204" },
{ 1717243515, "2.206" }, { 1717243515, "2.206" },
{ 1731098609, "2.207" },
}; };
return map; return map;
} }