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:
Arkadiusz Hiler 2022-02-04 18:40:20 +02:00
parent f3b9480b5f
commit 2a5b25a7a2
2 changed files with 3 additions and 3 deletions

4
proton
View file

@ -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: