Unverified Commit 19173df0 authored by zorn-v's avatar zorn-v Committed by GitHub

Fix typo

parent f0265a80
...@@ -3442,7 +3442,7 @@ start_portwine () { ...@@ -3442,7 +3442,7 @@ start_portwine () {
-e /'dxgi.maxFrameLatency =/c dxgi.maxFrameLatency = 1' \ -e /'dxgi.maxFrameLatency =/c dxgi.maxFrameLatency = 1' \
-e /'d3d9.maxFrameLatency =/c d3d9.maxFrameLatency = 1' \ -e /'d3d9.maxFrameLatency =/c d3d9.maxFrameLatency = 1' \
-e /'dxgi.syncInterval =/c dxgi.syncInterval = 0' \ -e /'dxgi.syncInterval =/c dxgi.syncInterval = 0' \
-e /'d3d9.presentInterval =/c d3d9.presentInterva = 0' \ -e /'d3d9.presentInterval =/c d3d9.presentInterval = 0' \
-e /'dxgi.numBackBuffers =/c dxgi.numBackBuffers = 2' \ -e /'dxgi.numBackBuffers =/c dxgi.numBackBuffers = 2' \
-e /'d3d9.numBackBuffers =/c d3d9.numBackBuffers = 2' \ -e /'d3d9.numBackBuffers =/c d3d9.numBackBuffers = 2' \
-e /'d3d9.deviceLossOnFocusLoss =/c d3d9.deviceLossOnFocusLoss = True' \ -e /'d3d9.deviceLossOnFocusLoss =/c d3d9.deviceLossOnFocusLoss = True' \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment