From c15d751372a44539afcb31fe3686c95f788a0c97 Mon Sep 17 00:00:00 2001 From: Mikhail Tergoev Date: Fri, 10 Oct 2025 11:24:01 +0300 Subject: [PATCH] WH_USE_MESA_GL_OVERRIDE=0 by default --- winehelper | 1 + 1 file changed, 1 insertion(+) diff --git a/winehelper b/winehelper index dbee1eb..f208f71 100755 --- a/winehelper +++ b/winehelper @@ -163,6 +163,7 @@ check_variables WH_WINDOWS_VER "10" # check_variables WH_USE_GSTREAMER "1" # check_variables WH_USE_D3D_EXTRAS "1" check_variables WH_USE_SHADER_CACHE "1" +check_variables WH_USE_MESA_GL_OVERRIDE "0" check_variables WH_USE_WINE_DXGI "0" check_variables WH_DLL_INSTALL ""