Scripts version 2295
This commit is contained in:
parent
b6fe8df926
commit
e2dd9ead84
@ -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" ]]
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user