Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
PortWINE
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Mikhail Tergoev
PortWINE
Commits
e2dd9ead
Commit
e2dd9ead
authored
May 07, 2024
by
Mikhail Tergoev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Scripts version 2295
parent
b6fe8df9
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
14 additions
and
2 deletions
+14
-2
changelog_en
data_from_portwine/changelog_en
+5
-0
changelog_ru
data_from_portwine/changelog_ru
+5
-0
credits
data_from_portwine/scripts/credits
+2
-0
functions_helper
data_from_portwine/scripts/functions_helper
+1
-1
var
data_from_portwine/scripts/var
+1
-1
No files found.
data_from_portwine/changelog_en
View file @
e2dd9ead
...
...
@@ -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
...
...
data_from_portwine/changelog_ru
View file @
e2dd9ead
...
...
@@ -2,6 +2,11 @@
-----------------------------------------
История изменений:
###Scripts version 2295### Дата: 07.05.2024 / Размер скачиваемого обновления: 3 мегабайта
* исправлено определение префикса если он является символьной ссылкой
* добавлена возможность принудительного использования DINPUT_PROTOCOL (спасибо Eljeyna)
* добавлены дополнительные настройки для dgVoodoo2 (спасибо Htylol)
###Scripts version 2294### Дата: 06.05.2024 / Размер скачиваемого обновления: 3 мегабайта
* HOTFIX - определения используемого файла настроек
...
...
data_from_portwine/scripts/credits
View file @
e2dd9ead
...
...
@@ -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
...
...
data_from_portwine/scripts/functions_helper
View file @
e2dd9ead
...
...
@@ -2282,7 +2282,7 @@ start_portwine () {
"
${
WINELOADER
}
"
reg add
"HKEY_LOCAL_MACHINE
\S
ystem
\C
urrentControlSet
\S
ervices
\w
inebus"
/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
"
]]
...
...
data_from_portwine/scripts/var
View file @
e2dd9ead
#!/usr/bin/env bash
#Author: Castro-Fidel (linux-gaming.ru)
#SCRIPTS_NEXT_VERSION=229
4
#SCRIPTS_NEXT_VERSION=229
5
########################################################################
export
LANGUAGES_LIST
=
"ru"
export
PW_MANGOHUD
=
"0"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment