From fa71ebcfebdebb310904a5e0aef9a5c120703269 Mon Sep 17 00:00:00 2001 From: Nikolay Sivov Date: Wed, 17 Nov 2021 16:06:45 +0300 Subject: [PATCH] Do not use d3d10/d3d10_1 from dxvk. That allows games to use d3d10 effects framework that wine's modules provide. --- proton | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proton b/proton index ec3808d4..85b9afc1 100755 --- a/proton +++ b/proton @@ -789,7 +789,7 @@ class CompatData: dxvkfiles = ["dxvk_config"] wined3dfiles = ["d3d11", "d3d10", "d3d10core", "d3d10_1", "d3d9"] else: - dxvkfiles = ["dxvk_config", "d3d11", "d3d10", "d3d10core", "d3d10_1", "d3d9"] + dxvkfiles = ["dxvk_config", "d3d11", "d3d10core", "d3d9"] wined3dfiles = [] if use_dxvk_dxgi: