Skip to content

Commit

Permalink
Merge pull request #111 from ryobg/devel
Browse files Browse the repository at this point in the history
GOG: SKSE 2.2.6 / SAE 1.6.1179
  • Loading branch information
ryobg authored Feb 17, 2024
2 parents b20b0b5 + 17d5d13 commit b94be97
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
image: Visual Studio 2019
version: '4.2.9.{build}'
version: '4.2.10.{build}'
platform: x64
branches:
only:
Expand Down
Binary file modified dep/sksegog/sksegog.7z
Binary file not shown.
2 changes: 1 addition & 1 deletion src/JContainers/src/jcontainers_constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace collections {

# define JC_API_VERSION 4
# define JC_FEATURE_VERSION 2
# define JC_PATCH_VERSION 9
# define JC_PATCH_VERSION 10

# define JC_FILE_VERSION JC_API_VERSION, JC_FEATURE_VERSION, JC_PATCH_VERSION, 0

Expand Down
6 changes: 3 additions & 3 deletions src/JContainers/src/skse/string.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ namespace skse {
DEFINE_MEMBER_FN(Set, string_ref *, 0x00C6DC90, const char * buf);
DEFINE_MEMBER_FN(Release, void, 0x00C6DC70);
#elif JC_SKSE_GOG
DEFINE_MEMBER_FN(ctor, string_ref *, 0x00C60AC0, const char * buf);
DEFINE_MEMBER_FN(Set, string_ref *, 0x00C60C50, const char * buf);
DEFINE_MEMBER_FN(Release, void, 0x00C61E90);
DEFINE_MEMBER_FN(ctor, string_ref *, 0x00CEDFF0, const char * buf);
DEFINE_MEMBER_FN(Set, string_ref *, 0x00CEE180, const char * buf);
DEFINE_MEMBER_FN(Release, void, 0x00CEF3C0);
#else
DEFINE_MEMBER_FN(ctor, string_ref *, 0x00CEC5D0, const char * buf);
DEFINE_MEMBER_FN(Set, string_ref *, 0x00CEC760, const char * buf);
Expand Down

0 comments on commit b94be97

Please sign in to comment.