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
8c6140e9
Commit
8c6140e9
authored
May 20, 2025
by
Htylol
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed errors for libvkd3d on Proton 10
parent
abcb6496
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
functions_helper
data_from_portwine/scripts/functions_helper
+3
-3
No files found.
data_from_portwine/scripts/functions_helper
View file @
8c6140e9
...
...
@@ -3706,7 +3706,7 @@ start_portwine () {
try_force_link_file
"
${
WINEDIR
}
/lib/wine/d8vk/d3d8.dll"
"
${
WINEPREFIX
}
/drive_c/windows/syswow64/d3d8.dll"
try_force_link_file
"
${
WINEDIR
}
/lib64/wine/d8vk/d3d8.dll"
"
${
WINEPREFIX
}
/drive_c/windows/system32/d3d8.dll"
var_winedlloverride_update
"d3d8=n"
elif
[[
-f
"
${
WINEDIR
}
/lib64/wine/dxvk/d3d8.dll"
||
"
${
WINEDIR
}
/lib/wine/dxvk/x86_64-windows/d3d8.dll"
]]
elif
[[
-f
"
${
WINEDIR
}
/lib64/wine/dxvk/d3d8.dll"
||
-f
"
${
WINEDIR
}
/lib/wine/dxvk/x86_64-windows/d3d8.dll"
]]
then
add_to_var CP_DXVK_FILES
"d3d8"
else
add_to_var CP_WINE_FILES
"d3d8"
fi
...
...
@@ -3740,7 +3740,7 @@ start_portwine () {
try_remove_file
"
${
WINEPREFIX
}
/drive_c/windows/system32/dgVoodoo.conf"
try_force_link_file
"
${
DGV2CONF
}
"
"
${
WINEPREFIX
}
/drive_c/windows/system32/dgVoodoo.conf"
if
[[
$PW_USE_SUPPLIED_DXVK_VKD3D
==
"1
"
]]
;
then
if
[[
$PW_USE_SUPPLIED_DXVK_VKD3D
!=
"0
"
]]
;
then
rm_from_var CP_DXVK_FILES
"d3d9"
else
case
"
${
PW_VULKAN_USE
}
"
in
...
...
@@ -4023,7 +4023,7 @@ start_portwine () {
try_force_link_file
"
${
PATH_TO_VKD3D_FILES
}
/x86/
${
wine_vkd3d_dll
}
.dll"
"
${
WINEPREFIX
}
/drive_c/windows/syswow64/
${
wine_vkd3d_dll
}
.dll"
try_force_link_file
"
${
PATH_TO_VKD3D_FILES
}
/x64/
${
wine_vkd3d_dll
}
.dll"
"
${
WINEPREFIX
}
/drive_c/windows/system32/
${
wine_vkd3d_dll
}
.dll"
;;
esac
var_winedlloverride_update
"
${
wine_vkd3d_dll
}
=n"
[[
!
$wine_vkd3d_dll
=
~ libvkd3d
]]
&&
var_winedlloverride_update
"
${
wine_vkd3d_dll
}
=n"
done
create_new_dir
"
${
PATH_TO_VKD3D_FILES
}
/vkd3d_cache"
export
VKD3D_SHADER_CACHE_PATH
=
"
${
PATH_TO_VKD3D_FILES
}
/vkd3d_cache"
...
...
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