[idd] capture: add direct full-copy workaround

This commit is contained in:
Geoffrey McRae
2026-08-17 04:42:30 +10:00
parent 4e15f3b68b
commit 96c3056cc9
9 changed files with 88 additions and 8 deletions

View File

@@ -96,6 +96,11 @@ class CSettings
return ReadBoolValue(L"LogStatistics");
}
static bool ShouldForceFullDirectCopy()
{
return ReadBoolValue(L"ForceFullDirectCopy");
}
private:
static const wchar_t * RegistryKey()
{