diff --git a/dxvk b/dxvk index 78ef4cfd..1216466b 160000 --- a/dxvk +++ b/dxvk @@ -1 +1 @@ -Subproject commit 78ef4cfd92cb7f448292aaca83091914ab271257 +Subproject commit 1216466be7917ea9336cf3172a4d119a4c9f97f2 diff --git a/proton b/proton index f31daf13..98fed4bd 100755 --- a/proton +++ b/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: