From e2dd9ead8452a2faca2108da1527865813863cad Mon Sep 17 00:00:00 2001 From: Mikhail Tergoev Date: Tue, 7 May 2024 21:06:47 +0300 Subject: [PATCH] Scripts version 2295 --- data_from_portwine/changelog_en | 5 +++++ data_from_portwine/changelog_ru | 5 +++++ data_from_portwine/scripts/credits | 2 ++ data_from_portwine/scripts/functions_helper | 2 +- data_from_portwine/scripts/var | 2 +- 5 files changed, 14 insertions(+), 2 deletions(-) diff --git a/data_from_portwine/changelog_en b/data_from_portwine/changelog_en index f4cd6e40..72cfd2c4 100755 --- a/data_from_portwine/changelog_en +++ b/data_from_portwine/changelog_en @@ -2,6 +2,11 @@ You can help us in the development of the project on the website: https://linux- ---------------------------------------- Changelog: +###Scripts version 2295### Date: 07.05.2024 / Download update size: 3 megabytes +* fixed the definition of a prefix if it is a symbolic link +* added the ability to force the use of DINPUT_PROTOCOL (thanks Eljeyna) +* added additional settings for dgVoodoo2 (thanks Htylol) + ###Scripts version 2294### Date: 06.05.2024 / Download update size: 3 megabytes * HOTFIX - definitions of the settings file used diff --git a/data_from_portwine/changelog_ru b/data_from_portwine/changelog_ru index d7be02ff..58210382 100755 --- a/data_from_portwine/changelog_ru +++ b/data_from_portwine/changelog_ru @@ -2,6 +2,11 @@ ----------------------------------------- История изменений: +###Scripts version 2295### Дата: 07.05.2024 / Размер скачиваемого обновления: 3 мегабайта +* исправлено определение префикса если он является символьной ссылкой +* добавлена возможность принудительного использования DINPUT_PROTOCOL (спасибо Eljeyna) +* добавлены дополнительные настройки для dgVoodoo2 (спасибо Htylol) + ###Scripts version 2294### Дата: 06.05.2024 / Размер скачиваемого обновления: 3 мегабайта * HOTFIX - определения используемого файла настроек diff --git a/data_from_portwine/scripts/credits b/data_from_portwine/scripts/credits index 660d3e4f..5b3f2619 100755 --- a/data_from_portwine/scripts/credits +++ b/data_from_portwine/scripts/credits @@ -43,6 +43,7 @@ Vuursteen Boria138 Akai Htylol +Eljeyna " 2>/dev/null & "${pw_yad_v13_0}" --plug="${KEY_CREDITS}" --tabnum=3 --text-info --scroll <<< " Лицензия Массачусетского технологического института (MIT License) @@ -413,6 +414,7 @@ Vuursteen Boria138 Akai Htylol +Eljeyna " 2>/dev/null & "${pw_yad_v13_0}" --plug="${KEY_CREDITS}" --tabnum=3 --text-info --scroll <<< "MIT License diff --git a/data_from_portwine/scripts/functions_helper b/data_from_portwine/scripts/functions_helper index 13aeefe0..ebcd3789 100755 --- a/data_from_portwine/scripts/functions_helper +++ b/data_from_portwine/scripts/functions_helper @@ -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" ]] diff --git a/data_from_portwine/scripts/var b/data_from_portwine/scripts/var index f158b203..9a39a281 100755 --- a/data_from_portwine/scripts/var +++ b/data_from_portwine/scripts/var @@ -1,6 +1,6 @@ #!/usr/bin/env bash #Author: Castro-Fidel (linux-gaming.ru) -#SCRIPTS_NEXT_VERSION=2294 +#SCRIPTS_NEXT_VERSION=2295 ######################################################################## export LANGUAGES_LIST="ru" export PW_MANGOHUD="0"