update dxvk to upstream v1.9.4
we can drop all the proton-specific customizations now that dxvk's dgxi is the default one and wined3d interop is gone from vrclient
This commit is contained in:
parent
f3b9480b5f
commit
2a5b25a7a2
2 changed files with 3 additions and 3 deletions
2
dxvk
2
dxvk
|
@ -1 +1 @@
|
|||
Subproject commit 78ef4cfd92cb7f448292aaca83091914ab271257
|
||||
Subproject commit 1216466be7917ea9336cf3172a4d119a4c9f97f2
|
4
proton
4
proton
|
@ -839,10 +839,10 @@ class CompatData:
|
|||
prefix=self.prefix_dir, track_file=tracked_files, link_debug=True)
|
||||
|
||||
if use_wined3d:
|
||||
dxvkfiles = ["dxvk_config"]
|
||||
dxvkfiles = []
|
||||
wined3dfiles = ["d3d11", "d3d10", "d3d10core", "d3d10_1", "d3d9"]
|
||||
else:
|
||||
dxvkfiles = ["dxvk_config", "d3d11", "d3d10core", "d3d9"]
|
||||
dxvkfiles = ["d3d11", "d3d10core", "d3d9"]
|
||||
wined3dfiles = []
|
||||
|
||||
if use_dxvk_dxgi:
|
||||
|
|
Loading…
Reference in a new issue