Skip to content

Commit

Permalink
Merge pull request #110 from ryobg/devel
Browse files Browse the repository at this point in the history
Update for SKSE 2.2.6 / SSE 1.6.1170
  • Loading branch information
ryobg committed Jan 20, 2024
2 parents 041830a + 8adb5c3 commit b20b0b5
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.8.{build}'
version: '4.2.9.{build}'
platform: x64
branches:
only:
Expand Down
Binary file modified dep/skse64/skse64.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 8
# define JC_PATCH_VERSION 9

# 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 @@ -36,9 +36,9 @@ namespace skse {
DEFINE_MEMBER_FN(Set, string_ref *, 0x00C60C50, const char * buf);
DEFINE_MEMBER_FN(Release, void, 0x00C61E90);
#else
DEFINE_MEMBER_FN(ctor, string_ref *, 0x00CE7D90, const char * buf);
DEFINE_MEMBER_FN(Set, string_ref *, 0x00CE7F20, const char * buf);
DEFINE_MEMBER_FN(Release, void, 0x00CE9160);
DEFINE_MEMBER_FN(ctor, string_ref *, 0x00CEC5D0, const char * buf);
DEFINE_MEMBER_FN(Set, string_ref *, 0x00CEC760, const char * buf);
DEFINE_MEMBER_FN(Release, void, 0x00CED9A0);
#endif

public:
Expand Down

0 comments on commit b20b0b5

Please sign in to comment.