Commit e2dd9ead authored by Mikhail Tergoev's avatar Mikhail Tergoev

Scripts version 2295

parent b6fe8df9
......@@ -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
......
......@@ -2,6 +2,11 @@
-----------------------------------------
История изменений:
###Scripts version 2295### Дата: 07.05.2024 / Размер скачиваемого обновления: 3 мегабайта
* исправлено определение префикса если он является символьной ссылкой
* добавлена возможность принудительного использования DINPUT_PROTOCOL (спасибо Eljeyna)
* добавлены дополнительные настройки для dgVoodoo2 (спасибо Htylol)
###Scripts version 2294### Дата: 06.05.2024 / Размер скачиваемого обновления: 3 мегабайта
* HOTFIX - определения используемого файла настроек
......
......@@ -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
......
......@@ -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" ]]
......
#!/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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment