From b961806fa8d4f98a206e92d6cc92f94e9f280d86 Mon Sep 17 00:00:00 2001 From: Mikhail Tergoev Date: Tue, 18 Jun 2024 19:47:06 +0300 Subject: [PATCH] PW_VULKAN_USE=2 by default for Battle.net --- data_from_portwine/scripts/portwine_db/Battle.net_Launcher | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data_from_portwine/scripts/portwine_db/Battle.net_Launcher b/data_from_portwine/scripts/portwine_db/Battle.net_Launcher index d29cb9b3..c9c01c53 100755 --- a/data_from_portwine/scripts/portwine_db/Battle.net_Launcher +++ b/data_from_portwine/scripts/portwine_db/Battle.net_Launcher @@ -5,11 +5,11 @@ #Battle.net.exe #Rating=5 ################################################ -export PW_VULKAN_USE=1 +export PW_VULKAN_USE="2" export LAUNCH_PARAMETERS="" export WINEDLLOVERRIDES="locationapi=" export PW_DLL_INSTALL="vcrun2019 d3dx11_42 d3dx11_43" -export PW_WINDOWS_VER=10 +export PW_WINDOWS_VER="10" export PW_WINE_FULLSCREEN_FSR="0" export PW_USE_EAC_AND_BE="0" export PW_WINE_USE="PROTON_LG"