diff --git a/SilentPatch/Utils b/SilentPatch/Utils index 0c6cb62..95e523f 160000 --- a/SilentPatch/Utils +++ b/SilentPatch/Utils @@ -1 +1 @@ -Subproject commit 0c6cb62fbee9ff278cc9ff61b4b8b39403812945 +Subproject commit 95e523fa7494c0353b7ecfab408024a9d7b7e161 diff --git a/SilentPatchSA/SilentPatchSA.cpp b/SilentPatchSA/SilentPatchSA.cpp index 8040e5a..d9857f3 100644 --- a/SilentPatchSA/SilentPatchSA.cpp +++ b/SilentPatchSA/SilentPatchSA.cpp @@ -2614,7 +2614,7 @@ namespace NewResolutionSelectionDialog static bool ShouldSkipDeviceSelection() { char cTmpPath[MAX_PATH]; - PathCombineA(cTmpPath, GetMyDocumentsPathSA(), SettingsFileName); + PathCombineA(cTmpPath, orgGetDocumentsPath(), SettingsFileName); bool bSkip = false; @@ -2631,7 +2631,7 @@ namespace NewResolutionSelectionDialog static void RememberDeviceSelection(bool bDoNotShowAgain) { char cTmpPath[MAX_PATH]; - PathCombineA(cTmpPath, GetMyDocumentsPathSA(), SettingsFileName); + PathCombineA(cTmpPath, orgGetDocumentsPath(), SettingsFileName); FILE* hFile = nullptr; if (fopen_s(&hFile, cTmpPath, "w") == 0)