Skip to content

Commit

Permalink
Merge pull request #96 from moraleja39/skse_2_2_2
Browse files Browse the repository at this point in the history
SKSE 2.2.2 / Skyrim SE 1.6.640, closes #95
  • Loading branch information
ryobg authored Sep 28, 2022
2 parents d269683 + d6c83f8 commit 17d02f4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
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 2
# define JC_PATCH_VERSION 3

# 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);
#else
DEFINE_MEMBER_FN(ctor, string_ref *, 0x00C4F780, const char * buf);
DEFINE_MEMBER_FN(Set, string_ref *, 0x00C4F910, const char * buf);
DEFINE_MEMBER_FN(Release, void, 0x00C50B50);
DEFINE_MEMBER_FN(ctor, string_ref *, 0x00C61360, const char * buf);
DEFINE_MEMBER_FN(Set, string_ref *, 0x00C614F0, const char * buf);
DEFINE_MEMBER_FN(Release, void, 0x00C62730);
#endif

public:
Expand Down
1 change: 1 addition & 0 deletions src/JContainers/src/skse_callbacks.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ namespace {
"silvericed, ryobg & others",
"",
0, // not version independent
0,
{ CURRENT_RELEASE_RUNTIME, 0 },
0, // works with any version of the script extender. you probably do not need to put anything here
};
Expand Down

0 comments on commit 17d02f4

Please sign in to comment.