From 816589b482f2c299858d21458112d27433c33842 Mon Sep 17 00:00:00 2001 From: Mikhail Tergoev Date: Sun, 12 May 2024 14:17:24 +0300 Subject: [PATCH] drop override xinput libraries --- 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 6dbfd585..d8d89ea9 100755 --- a/data_from_portwine/scripts/functions_helper +++ b/data_from_portwine/scripts/functions_helper @@ -2350,7 +2350,7 @@ start_portwine () { "${WINELOADER}" reg add "HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\winebus" /v "Enable SDL" /t REG_DWORD /d 0 /f fi else - var_winedlloverride_update "xinput1_1,xinput1_2,xinput1_3,xinput9_1_0=b" + # var_winedlloverride_update "xinput1_1,xinput1_2,xinput1_3,xinput9_1_0=b" if [[ "$HIDRAW_VAR" ]] \ && [[ "$SDL_VAR" ]]