From 8fa551be24bbc256a4b6e5a75b88f7b3c52e2904 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.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 --- dxvk | 2 +- proton | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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: