From 19173df025575815bd2d76e2eeb3da73e44d2ca6 Mon Sep 17 00:00:00 2001 From: zorn-v Date: Thu, 17 Jul 2025 14:55:09 +1000 Subject: [PATCH] Fix typo --- data_from_portwine/scripts/functions_helper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data_from_portwine/scripts/functions_helper b/data_from_portwine/scripts/functions_helper index 2bd1314e..e003c140 100755 --- a/data_from_portwine/scripts/functions_helper +++ b/data_from_portwine/scripts/functions_helper @@ -3442,7 +3442,7 @@ start_portwine () { -e /'dxgi.maxFrameLatency =/c dxgi.maxFrameLatency = 1' \ -e /'d3d9.maxFrameLatency =/c d3d9.maxFrameLatency = 1' \ -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 /'d3d9.numBackBuffers =/c d3d9.numBackBuffers = 2' \ -e /'d3d9.deviceLossOnFocusLoss =/c d3d9.deviceLossOnFocusLoss = True' \