mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-07 03:04:05 +00:00
[host] dxgi: correctly mention AcquireNextFrame in help text
Also fix some formatting issues. Co-Authored-By: Tudor Brindus <me@tbrindus.ca>
This commit is contained in:
@@ -142,7 +142,7 @@ static void dxgi_initOptions(void)
|
|||||||
{
|
{
|
||||||
.module = "dxgi",
|
.module = "dxgi",
|
||||||
.name = "useAcquireLock",
|
.name = "useAcquireLock",
|
||||||
.description = "Enable locking around `AcquireFrame` (EXPERIMENTAL, leave enabled if you're not sure!)",
|
.description = "Enable locking around `AcquireNextFrame` (EXPERIMENTAL, leave enabled if you're not sure!)",
|
||||||
.type = OPTION_TYPE_BOOL,
|
.type = OPTION_TYPE_BOOL,
|
||||||
.value.x_bool = true
|
.value.x_bool = true
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user