From f4ce7ee8ecb0913b44a09d73bc12f228a21ba308 Mon Sep 17 00:00:00 2001 From: Mikhail Tergoev Date: Fri, 28 Feb 2025 01:42:35 +0300 Subject: [PATCH] disabled wineopenxr by default --- 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 4741ba3..0c7c7b2 100755 --- a/data_from_portwine/scripts/functions_helper +++ b/data_from_portwine/scripts/functions_helper @@ -3923,7 +3923,7 @@ start_portwine () { try_force_link_file "${WINEDIR}"/lib64/wine/x86_64-windows/vrclient_x64.dll "${WINEPREFIX}/drive_c/vrclient/bin/vrclient_x64.dll" fi else - var_winedlloverride_update "vrclient,vrclient_x64,openvr_api_dxvk=" + var_winedlloverride_update "wineopenxr,vrclient,vrclient_x64,openvr_api_dxvk=" fi if [[ "${PW_USE_SHADER_CACHE}" == "1" ]] ; then