From 410a94f0ced3b0e63c75ddc74aaf948838e529c7 Mon Sep 17 00:00:00 2001 From: Llein <43903165+Eljeyna@users.noreply.github.com> Date: Fri, 10 May 2024 13:15:35 +0300 Subject: [PATCH] Update Deathloop --- data_from_portwine/scripts/portwine_db/Deathloop | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/data_from_portwine/scripts/portwine_db/Deathloop b/data_from_portwine/scripts/portwine_db/Deathloop index 0e782ee..d978d6e 100644 --- a/data_from_portwine/scripts/portwine_db/Deathloop +++ b/data_from_portwine/scripts/portwine_db/Deathloop @@ -8,9 +8,10 @@ if [[ "$LANGUAGE" == "ru" ]] ; then else export PW_COMMENT_DB="If you use DualSense do not recommended change settings\nBut if you have problems with gamepad controls, turn off DINPUT PROTOCOL parameter" fi -export WINEDLLOVERRIDES="xaudio2_8,xaudio2_9=" +export PW_VULKAN_USE="1" +export WINEDLLOVERRIDES="xaudio2_8,xaudio2_9=n" export PW_DINPUT_PROTOCOL="1" export PW_WINDOWS_VER="10" export ENABLE_VKBASALT="0" -export PW_NO_ESYNC="0" -export PW_NO_FSYNC="0" +export PW_NO_ESYNC="1" +export PW_NO_FSYNC="1"