Skip to content

Commit

Permalink
Merge pull request #3 from javierhimura/port64
Browse files Browse the repository at this point in the history
Hardcoded folder paths changed to conform Skyrim Special Edition. See also #2.
  • Loading branch information
ryobg authored Feb 10, 2018
2 parents fd8c8e9 + babfedd commit fe234c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion JContainers/src/jcontainers_constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ namespace collections {
"." STR(JC_FEATURE_VERSION) \
"." STR(JC_PATCH_VERSION)

# define JC_USER_FILES "My Games/Skyrim/JCUser/"
# define JC_USER_FILES "My Games/Skyrim Special Edition/JCUser/"
# define JC_DATA_FILES "JCData/"

enum class consts : uint32_t {
Expand Down
2 changes: 1 addition & 1 deletion api_usage_example/Source.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ extern "C" {

__declspec(dllexport) bool SKSEPlugin_Query(const SKSEInterface * skse, PluginInfo * info)
{
gLog.OpenRelative(CSIDL_MYDOCUMENTS, "\\My Games\\Skyrim\\SKSE\\" PLUGIN_NAME ".log");
gLog.OpenRelative(CSIDL_MYDOCUMENTS, "\\My Games\\Skyrim Special Edition\\SKSE\\" PLUGIN_NAME ".log");
gLog.SetPrintLevel(IDebugLog::kLevel_Error);
gLog.SetLogLevel(IDebugLog::kLevel_DebugMessage);

Expand Down

0 comments on commit fe234c2

Please sign in to comment.