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
60c64d48
Commit
60c64d48
authored
Jun 02, 2020
by
Mikhail Tergoev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix PW_DXGI_FOR_VKD3D
parent
7ce09003
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
proton
data_from_portwine/proton
+2
-2
No files found.
data_from_portwine/proton
View file @
60c64d48
...
...
@@ -227,9 +227,9 @@ class CompatData:
#if the user asked for dxvk's dxgi (dxgi=n), then copy it into place
if
"PW_DXGI_FOR_VKD3D"
in
os
.
environ
and
nonzero
(
os
.
environ
[
"PW_DXGI_FOR_VKD3D"
]):
dxvkfiles
.
append
(
"dxgi"
)
wined3dfiles
.
append
(
"dxgi"
)
#VKD3D
else
:
wined3dfiles
.
append
(
"dxgi"
)
dxvkfiles
.
append
(
"dxgi"
)
#OPENGL and DXVK
for
f
in
wined3dfiles
:
try_copy
(
g_proton
.
default_pfx_dir
+
"drive_c/windows/system32/"
+
f
+
".dll"
,
...
...
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