update dxvk to upstream v1.9.3-9-ga268de51

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:
Arkadiusz Hiler 2021-12-28 14:11:12 +02:00
parent aa89dfd3a2
commit ab87d785b1
2 changed files with 3 additions and 3 deletions

2
dxvk

@ -1 +1 @@
Subproject commit 78ef4cfd92cb7f448292aaca83091914ab271257 Subproject commit a268de51e3f7cddce54dc2beea487936ddc3913e

4
proton
View File

@ -817,10 +817,10 @@ class CompatData:
prefix=self.prefix_dir, track_file=tracked_files, link_debug=True) prefix=self.prefix_dir, track_file=tracked_files, link_debug=True)
if use_wined3d: if use_wined3d:
dxvkfiles = ["dxvk_config"] dxvkfiles = []
wined3dfiles = ["d3d11", "d3d10", "d3d10core", "d3d10_1", "d3d9"] wined3dfiles = ["d3d11", "d3d10", "d3d10core", "d3d10_1", "d3d9"]
else: else:
dxvkfiles = ["dxvk_config", "d3d11", "d3d10core", "d3d9"] dxvkfiles = ["d3d11", "d3d10core", "d3d9"]
wined3dfiles = [] wined3dfiles = []
if use_dxvk_dxgi: if use_dxvk_dxgi: