diff options
| author | LostDragonist <lost.dragonist@gmail.com> | 2019-09-16 16:32:37 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-16 16:32:37 -0500 |
| commit | 0d6eb8bd4ce37ebf9efb1436d401efbcc9ffa440 (patch) | |
| tree | 06ed754185e3b1dbbfe09563ca4a0499cc5aace7 /src/shared | |
| parent | 99fdbb2539227cec4fab534efc7420cfc5ca1a92 (diff) | |
| parent | 4d9c1db885bd3ab230440b25e70dcd8049cf4650 (diff) | |
Merge pull request #831 from LostDragonist/portable_lock
Add portable lock feature
Diffstat (limited to 'src/shared')
| -rw-r--r-- | src/shared/appconfig.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/appconfig.inc b/src/shared/appconfig.inc index e572a32b..709c845d 100644 --- a/src/shared/appconfig.inc +++ b/src/shared/appconfig.inc @@ -17,6 +17,7 @@ APPPARAM(std::wstring, proxyDLLOrig, L"steam_api_orig.dll") // needs to be ident APPPARAM(std::wstring, proxyDLLSource, L"proxy.dll")
APPPARAM(std::wstring, vfs32DLLName, L"usvfs_x86.dll")
APPPARAM(std::wstring, vfs64DLLName, L"usvfs_x64.dll")
+APPPARAM(std::wstring, portableLockFileName, L"portable.txt")
APPPARAM(const wchar_t*, localSavePlaceholder, L"__MOProfileSave__\\")
APPPARAM(std::wstring, firstStepsTutorial, L"tutorial_firststeps_main.js")
|
