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
46a07584
Commit
46a07584
authored
Jul 21, 2025
by
Mikhail Tergoev
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'Htylol-dgvoodoo2_5' into devel
parents
7240df5e
28817139
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
19 deletions
+17
-19
functions_helper
data_from_portwine/scripts/functions_helper
+17
-19
No files found.
data_from_portwine/scripts/functions_helper
View file @
46a07584
...
...
@@ -2220,25 +2220,6 @@ pw_check_and_download_dxvk_and_vkd3d () {
fi
done
# Download DGVOODOO2
if
[[
!
-f
"
${
PW_VULKAN_DIR
}
/dgvoodoo2-
${
DGV2_VER
}
/dgVoodoo.conf"
]]
;
then
print_info
"Download and install DGVOODOO2 v.
${
DGV2_VER
}
"
if
try_download
"https://github.com/Castro-Fidel/vulkan/releases/download/dgvoodoo2-
${
DGV2_VER
}
/dgvoodoo2-
${
DGV2_VER
}
.tar.xz"
\
"
${
PW_VULKAN_DIR
}
/dgvoodoo2-
${
DGV2_VER
}
.tar.xz"
then
if
unpack
"
${
PW_VULKAN_DIR
}
/dgvoodoo2-
${
DGV2_VER
}
.tar.xz"
"
${
PW_VULKAN_DIR
}
"
;
then
try_remove_file
"
${
PW_VULKAN_DIR
}
/dgvoodoo2-
${
DGV2_VER
}
.tar.xz"
else
try_remove_file
"
${
PW_VULKAN_DIR
}
/dgvoodoo2-
${
DGV2_VER
}
.tar.xz"
try_remove_dir
"
${
PW_VULKAN_DIR
}
/dgvoodoo2-
${
DGV2_VER
}
"
yad_error_download
&&
pw_check_and_download_dxvk_and_vkd3d
||
exit
1
fi
else
yad_error_download
&&
pw_check_and_download_dxvk_and_vkd3d
||
exit
1
fi
fi
return
0
}
...
...
@@ -3915,6 +3896,23 @@ fi
# DGVOODOO2 enable:
if
[[
"
${
PW_DGVOODOO2
}
"
==
"1"
]]
;
then
if
[[
!
-f
"
${
PW_VULKAN_DIR
}
/dgvoodoo2-
${
DGV2_VER
}
/dgVoodoo.conf"
]]
;
then
print_info
"Download and install DGVOODOO2 v.
${
DGV2_VER
}
"
if
try_download
"https://github.com/Castro-Fidel/vulkan/releases/download/dgvoodoo2-
${
DGV2_VER
}
/dgvoodoo2-
${
DGV2_VER
}
.tar.xz"
\
"
${
PW_VULKAN_DIR
}
/dgvoodoo2-
${
DGV2_VER
}
.tar.xz"
then
if
unpack
"
${
PW_VULKAN_DIR
}
/dgvoodoo2-
${
DGV2_VER
}
.tar.xz"
"
${
PW_VULKAN_DIR
}
"
;
then
try_remove_file
"
${
PW_VULKAN_DIR
}
/dgvoodoo2-
${
DGV2_VER
}
.tar.xz"
else
try_remove_file
"
${
PW_VULKAN_DIR
}
/dgvoodoo2-
${
DGV2_VER
}
.tar.xz"
try_remove_dir
"
${
PW_VULKAN_DIR
}
/dgvoodoo2-
${
DGV2_VER
}
"
yad_error_download
&&
pw_check_and_download_dxvk_and_vkd3d
||
exit
1
fi
else
yad_error_download
&&
pw_check_and_download_dxvk_and_vkd3d
||
exit
1
fi
fi
print_info
"Try create symlink DGVOODOO2 files..."
PATH_TO_DGV2_FILES
=
"
${
PW_VULKAN_DIR
}
/dgvoodoo2-
${
DGV2_VER
}
"
CP_DGV2_FILES
=
"d3d9 d3d8 d3dimm ddraw glide3x glide2x glide"
...
...
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