From ab87d785b1d7393c9fb0d5738a2ea09c835a6cf1 Mon Sep 17 00:00:00 2001 From: Arkadiusz Hiler Date: Tue, 28 Dec 2021 14:11:12 +0200 Subject: [PATCH] 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 --- dxvk | 2 +- proton | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dxvk b/dxvk index 78ef4cfd..a268de51 160000 --- a/dxvk +++ b/dxvk @@ -1 +1 @@ -Subproject commit 78ef4cfd92cb7f448292aaca83091914ab271257 +Subproject commit a268de51e3f7cddce54dc2beea487936ddc3913e diff --git a/proton b/proton index f4660837..feb2dc4f 100755 --- a/proton +++ b/proton @@ -817,10 +817,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: