From f15d3c756e22b5fc0272b831926f8f1ccc20523a Mon Sep 17 00:00:00 2001 From: Arkadiusz Hiler Date: Tue, 4 Jan 2022 17:38:57 +0200 Subject: [PATCH] MOVE: proton: Don't try to copy dxvk_config. --- proton | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: