From 523010d51d488b3c3f61df9816470c9e6f6988d7 Mon Sep 17 00:00:00 2001
From: Htylol <dixperm909@yandex.ru>
Date: Sun, 28 Apr 2024 19:52:30 +0500
Subject: [PATCH] Fix ddraw

---
 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 431804ec..2f00f310 100755
--- a/data_from_portwine/scripts/functions_helper
+++ b/data_from_portwine/scripts/functions_helper
@@ -1946,7 +1946,7 @@ OutputAPI                            = d3d11_fl11_0
 [DirectX]
 dgVoodooWatermark                   = false" > "${PATH_TO_GAME}/dgVoodoo.conf"
             fi
-            var_winedlloverride_update ddraw=n
+            var_winedlloverride_update ddraw=n,b
             ;;
         1)  # STABLE DXVK AND VKD3D
             print_info "DXVK v.${DXVK_STABLE_VER} in use"