summaryrefslogtreecommitdiff
path: root/src/shared
diff options
context:
space:
mode:
authorBrian Munro <brian.alexander.munro@gmail.com>2017-10-30 12:41:05 +0200
committerGitHub <noreply@github.com>2017-10-30 12:41:05 +0200
commitd15262b903f5d9fb0fb5ad0ebd2c0d9703eaaeb0 (patch)
treed81eef71631ec7a80d86eb62f4475eca93468af4 /src/shared
parentcabffa23a9b1ec053a7a573ed71883c44d7a5b6a (diff)
parent88452e5d76467fc687a9c4d6b6aaf7381d2463e1 (diff)
Merge pull request #113 from Silarn/mainline_dev
Updates for script extender usvfs loading
Diffstat (limited to 'src/shared')
-rw-r--r--src/shared/appconfig.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/shared/appconfig.inc b/src/shared/appconfig.inc
index ac6c210f..e98757d3 100644
--- a/src/shared/appconfig.inc
+++ b/src/shared/appconfig.inc
@@ -14,6 +14,8 @@ APPPARAM(std::wstring, iniFileName, L"ModOrganizer.ini")
APPPARAM(std::wstring, proxyDLLTarget, L"steam_api.dll")
APPPARAM(std::wstring, proxyDLLOrig, L"steam_api_orig.dll") // needs to be identical to the value used in proxydll-project
APPPARAM(std::wstring, proxyDLLSource, L"proxy.dll")
+APPPARAM(std::wstring, vfs32DLLName, L"usvfs_x86.dll")
+APPPARAM(std::wstring, vfs64DLLName, L"usvfs_x64.dll")
APPPARAM(const wchar_t*, localSavePlaceholder, L"__MOProfileSave__\\")
APPPARAM(std::wstring, firstStepsTutorial, L"tutorial_firststeps_main.js")