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
Vladislav
PortWINE
Commits
f26fda0b
Commit
f26fda0b
authored
Apr 26, 2024
by
Mikhail Tergoev
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'Htylol-hotfix-dgvoodoo2'
parents
739b0cc4
c2fd73f3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
4 deletions
+7
-4
PortProton.pot
data_from_portwine/locales/PortProton.pot
+0
-0
PortProton.po
data_from_portwine/locales/ru/LC_MESSAGES/PortProton.po
+0
-0
functions_helper
data_from_portwine/scripts/functions_helper
+6
-3
start.sh
data_from_portwine/scripts/start.sh
+1
-1
No files found.
data_from_portwine/locales/PortProton.pot
View file @
f26fda0b
This diff is collapsed.
Click to expand it.
data_from_portwine/locales/ru/LC_MESSAGES/PortProton.po
View file @
f26fda0b
This source diff could not be displayed because it is too large. You can
view the blob
instead.
data_from_portwine/scripts/functions_helper
View file @
f26fda0b
...
...
@@ -1994,10 +1994,10 @@ start_portwine () {
print_info
"VKD3D-PROTON v.
${
VKD3D_GIT_VER
}
in use"
elif
[[
"
${
PW_VULKAN_USE
}
"
==
"5"
]]
;
then
PATH_TO_DXVK_FILES
=
"
${
PW_VULKAN_DIR
}
/dxvk-
${
DXVK_LEGACY_VER
}
"
PATH_TO_DGV2_FILES
=
"
${
PW_VULKAN_DIR
}
/dgvoodoo2-
${
DGV2_VER
}
"
PATH_TO_DGV2_FILES
=
"
${
PW_VULKAN_DIR
}
/dgvoodoo2-
v
${
DGV2_VER
}
"
USE_ALL_DXVK_DLLS
=
1
DONT_USE_VKD3D
=
1
print_info
"DXVK v.
${
DXVK_
STABLE
_VER
}
in use"
print_info
"DXVK v.
${
DXVK_
LEGACY
_VER
}
in use"
print_info
"DGVOODOO2
${
DGV2_VER
}
in use"
for
DGV2_DLL
in
d3dimm ddraw glide glide2x glide3x
;
do
try_copy_file
"
$PATH_TO_DGV2_FILES
/x32/
${
DGV2_DLL
}
.dll"
"
${
PATH_TO_GAME
}
"
...
...
@@ -2015,6 +2015,7 @@ dgVoodooWatermark = false" > "${PATH_TO_GAME}/dgVoodoo.conf"
var_winedlloverride_update
ddraw
=
n
elif
[[
"
${
PW_VULKAN_USE
}
"
==
"7"
]]
;
then
PATH_TO_DXVK_FILES
=
"
${
PW_VULKAN_DIR
}
/dxvk-
${
DXVK_LEGACY_VER
}
"
print_info
"DXVK v.
${
DXVK_LEGACY_VER
}
in use"
DONT_USE_VKD3D
=
1
fi
...
...
@@ -3615,9 +3616,11 @@ portwine_start_debug () {
elif
[[
"
${
PW_VULKAN_USE
}
"
=
"4"
]]
;
then
echo
"PW_VULKAN_USE=
${
PW_VULKAN_USE
}
- OpenGL on MESA vulkan drivers"
>>
"
${
PORT_WINE_PATH
}
/PortProton.log"
elif
[[
"
${
PW_VULKAN_USE
}
"
=
"5"
]]
;
then
echo
"PW_VULKAN_USE=
${
PW_VULKAN_USE
}
- DGVOODOO2 (
DirectX 1-7, Glide 3dfx
wrapper)"
>>
"
${
PORT_WINE_PATH
}
/PortProton.log"
echo
"PW_VULKAN_USE=
${
PW_VULKAN_USE
}
- DGVOODOO2 (
Glide 3dfx, DirectX 1-7
wrapper)"
>>
"
${
PORT_WINE_PATH
}
/PortProton.log"
elif
[[
"
${
PW_VULKAN_USE
}
"
=
"6"
]]
;
then
echo
"PW_VULKAN_USE=
${
PW_VULKAN_USE
}
- DirectX to wined3d vulkan"
>>
"
${
PORT_WINE_PATH
}
/PortProton.log"
elif
[[
"
${
PW_VULKAN_USE
}
"
=
"7"
]]
;
then
echo
"PW_VULKAN_USE=
${
PW_VULKAN_USE
}
- DXVK v.
${
DXVK_LEGACY_VER
}
"
>>
"
${
PORT_WINE_PATH
}
/PortProton.log"
else
echo
"PW_VULKAN_USE=
${
PW_VULKAN_USE
}
"
>>
"
${
PORT_WINE_PATH
}
/PortProton.log"
fi
...
...
data_from_portwine/scripts/start.sh
View file @
f26fda0b
...
...
@@ -349,7 +349,7 @@ SORT_STABLE="$(eval_gettext "Stable") DXVK ${DXVK_STABLE_VER}, VKD3D ${VKD3D_STA
SORT_NEWEST
=
"
$(
eval_gettext
"Newest"
)
DXVK
${
DXVK_GIT_VER
}
, VKD3D
${
VKD3D_GIT_VER
}
(Vulkan v1.3)"
SORT_G_NINE
=
"
$(
eval_gettext
"GALLIUM_NINE (DX9 for MESA)"
)
"
SORT_G_ZINK
=
"
$(
eval_gettext
"GALLIUM_ZINK (OpenGL for VULKAN)"
)
"
SORT_DGV2
=
"
$(
eval_gettext
"DGVOODOO2 (
DirectX 1-7, Glide 3dfx
wrapper)"
)
"
SORT_DGV2
=
"
$(
eval_gettext
"DGVOODOO2 (
Glide 3dfx, DirectX 1-7
wrapper)"
)
"
case
"
${
PW_VULKAN_USE
}
"
in
0
)
PW_DEFAULT_VULKAN_USE
=
"
$SORT_OPENGL
!
$SORT_LEGACY
!
$SORT_STABLE
!
$SORT_NEWEST
!
$SORT_G_NINE
!
$SORT_G_ZINK
!
$SORT_DGV2
"
;;
...
...
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