From 95e1f7230ffe770ad5d41309d92544b2ee04a1e5 Mon Sep 17 00:00:00 2001 From: Arkadiusz Hiler Date: Tue, 4 Jan 2022 16:58:45 +0200 Subject: [PATCH] Drop customizations from dxvk. --- dxvk | 2 +- proton | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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: