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
fdb31713
Commit
fdb31713
authored
Nov 12, 2024
by
Mikhail Tergoev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
revert openvr_api_dxvk to CP_DXVK_FILES
parent
678b297c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
functions_helper
data_from_portwine/scripts/functions_helper
+2
-2
No files found.
data_from_portwine/scripts/functions_helper
View file @
fdb31713
...
...
@@ -3344,7 +3344,7 @@ start_portwine () {
print_info "
VKD3D-PROTON v.
${
VKD3D_STABLE_VER
}
in
use
"
PATH_TO_DXVK_FILES="
${
PW_VULKAN_DIR
}
/dxvk-
${
DXVK_STABLE_VER
}
"
PATH_TO_VKD3D_FILES="
${
PW_VULKAN_DIR
}
/vkd3d-proton-
${
VKD3D_STABLE_VER
}
"
CP_DXVK_FILES="
d3d11 d3d10core d3d10_1 d3d10 d3d9 dxgi
" # openvr_api_dxvk
CP_DXVK_FILES="
d3d11 d3d10core d3d10_1 d3d10 d3d9 dxgi
openvr_api_dxvk
"
CP_VKD3D_FILES="
d3d12 libvkd3d-shader-1
"
CP_WINE_FILES="
d3d12core d3d8
"
;;
...
...
@@ -3354,7 +3354,7 @@ start_portwine () {
print_info "
VKD3D-PROTON v.
${
VKD3D_GIT_VER
}
in
use
"
PATH_TO_DXVK_FILES="
${
PW_VULKAN_DIR
}
/dxvk-
${
DXVK_GIT_VER
}
"
PATH_TO_VKD3D_FILES="
${
PW_VULKAN_DIR
}
/vkd3d-proton-
${
VKD3D_GIT_VER
}
"
CP_DXVK_FILES="
d3d11 d3d10core d3d9 d3d8 dxgi
" # openvr_api_dxvk
CP_DXVK_FILES="
d3d11 d3d10core d3d9 d3d8 dxgi
openvr_api_dxvk
"
CP_VKD3D_FILES="
d3d12 d3d12core libvkd3d-1 libvkd3d-shader-1
"
CP_WINE_FILES="
d3d10_1 d3d10
"
;;
...
...
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