mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-08-22 15:11:31 +00:00
[idd] capture: add direct full-copy workaround
This commit is contained in:
@@ -96,6 +96,11 @@ class CSettings
|
||||
return ReadBoolValue(L"LogStatistics");
|
||||
}
|
||||
|
||||
static bool ShouldForceFullDirectCopy()
|
||||
{
|
||||
return ReadBoolValue(L"ForceFullDirectCopy");
|
||||
}
|
||||
|
||||
private:
|
||||
static const wchar_t * RegistryKey()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user