Scripts version 2295

This commit is contained in:
Mikhail Tergoev
2024-05-07 21:06:47 +03:00
parent b6fe8df926
commit e2dd9ead84
5 changed files with 14 additions and 2 deletions

View File

@ -2282,7 +2282,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;dinput="
var_winedlloverride_update "xinput1_1,xinput1_2,xinput1_3,xinput9_1_0=b"
if [[ "$HIDRAW_VAR" ]] \
&& [[ "$SDL_VAR" ]]