[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:
Quantum 2021-07-10 19:05:05 -04:00 committed by Geoffrey McRae
parent 7083b73720
commit fd8f8b2b28

View File

@ -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
}, },