[host] dxgi: default to using the acquire lock

This commit is contained in:
Geoffrey McRae 2020-08-07 20:31:46 +10:00
parent 977d7b277d
commit 1d6d640b6e
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
B2-rc2-20-g85b8c12abf+1
B2-rc2-23-g977d7b277d+1

View File

@ -142,9 +142,9 @@ static void dxgi_initOptions()
{
.module = "dxgi",
.name = "useAcquireLock",
.description = "Enable locking around `AcquireFrame` (use if freezing, may lower performance)",
.description = "Enable locking around `AcquireFrame` (EXPERIMENTAL, leave enabled if you're not sure!)",
.type = OPTION_TYPE_BOOL,
.value.x_bool = false
.value.x_bool = true
},
{0}
};