Skip to content

Commit

Permalink
add 2.207 support
Browse files Browse the repository at this point in the history
  • Loading branch information
dankmeme01 committed Nov 9, 2024
1 parent 088eddb commit 8aa2c22
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,8 @@ include(cmake/Platform.cmake)
include(cmake/GeodeFile.cmake)

if (NOT DEFINED GEODE_GD_VERSION)
set(GEODE_GD_VERSION 2.206)
set(GEODE_COMP_GD_VERSION 22060)
set(GEODE_GD_VERSION 2.207)
set(GEODE_COMP_GD_VERSION 22070)
endif()

target_compile_definitions(
Expand Down
Binary file modified loader/include/link/win64/libcocos2d.lib
Binary file not shown.
1 change: 1 addition & 0 deletions loader/src/platform/windows/gdTimestampMap.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ static auto const& getGDVersionTimestampMap() {
{ 1704948277, "2.203" },
{ 1705041028, "2.204" },
{ 1717243515, "2.206" },
{ 1731098609, "2.207" },
};
return map;
}
Expand Down

0 comments on commit 8aa2c22

Please sign in to comment.