diff --git a/dxvk b/dxvk index b22bec7b..ecd7b670 160000 --- a/dxvk +++ b/dxvk @@ -1 +1 @@ -Subproject commit b22bec7bc30e9481f60f6c34c493374808c29f3a +Subproject commit ecd7b67069a6e2a4b78a8a929fd287030d283ccb diff --git a/proton b/proton index 16ec85fe..909c8495 100755 --- a/proton +++ b/proton @@ -799,10 +799,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: