mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-05-04 21:51:08 +00:00
[host] dxgi: default to using the acquire lock
This commit is contained in:
parent
977d7b277d
commit
1d6d640b6e
@ -142,9 +142,9 @@ static void dxgi_initOptions()
|
|||||||
{
|
{
|
||||||
.module = "dxgi",
|
.module = "dxgi",
|
||||||
.name = "useAcquireLock",
|
.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,
|
.type = OPTION_TYPE_BOOL,
|
||||||
.value.x_bool = false
|
.value.x_bool = true
|
||||||
},
|
},
|
||||||
{0}
|
{0}
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user