From 3d1abfac25ab23bacf7129b5cb5447ddadb534d9 Mon Sep 17 00:00:00 2001 From: Tk-Glitch Date: Mon, 8 Jul 2024 15:42:58 +0200 Subject: [PATCH] proton: Copy dxvk's d3d8 lib over now that's been merged Fixes https://github.com/Frogging-Family/wine-tkg-git/issues/1217 --- proton-tkg/proton_template/conf/proton | 4 ++-- proton-tkg/proton_template/dxvk_minimald3d10.patch | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/proton-tkg/proton_template/conf/proton b/proton-tkg/proton_template/conf/proton index fabddfa93..4e4430949 100755 --- a/proton-tkg/proton_template/conf/proton +++ b/proton-tkg/proton_template/conf/proton @@ -1062,9 +1062,9 @@ class CompatData: if use_wined3d: dxvkfiles = [] - wined3dfiles = ["d3d11", "d3d10", "d3d10core", "d3d10_1", "d3d9"] + wined3dfiles = ["d3d11", "d3d10", "d3d10core", "d3d10_1", "d3d9", "d3d8"] else: - dxvkfiles = ["d3d11", "d3d10", "d3d10core", "d3d10_1", "d3d9"] + dxvkfiles = ["d3d11", "d3d10", "d3d10core", "d3d10_1", "d3d9", "d3d8"] wined3dfiles = [] #if the user asked for dxvk's dxgi (dxgi=n), then copy it into place diff --git a/proton-tkg/proton_template/dxvk_minimald3d10.patch b/proton-tkg/proton_template/dxvk_minimald3d10.patch index 3dbe1668c..c40c688fa 100644 --- a/proton-tkg/proton_template/dxvk_minimald3d10.patch +++ b/proton-tkg/proton_template/dxvk_minimald3d10.patch @@ -10,10 +10,10 @@ index be3586d..2d8a659 100755 +++ b/proton @@ -333,7 +333,7 @@ class CompatData: dxvkfiles = ["dxvk_config"] - wined3dfiles = ["d3d11", "d3d10", "d3d10core", "d3d10_1", "d3d9"] + wined3dfiles = ["d3d11", "d3d10", "d3d10core", "d3d10_1", "d3d9", "d3d8"] else: -- dxvkfiles = ["d3d11", "d3d10", "d3d10core", "d3d10_1", "d3d9"] -+ dxvkfiles = ["d3d11", "d3d10core", "d3d9"] +- dxvkfiles = ["d3d11", "d3d10", "d3d10core", "d3d10_1", "d3d9", "d3d8"] ++ dxvkfiles = ["d3d11", "d3d10core", "d3d9", "d3d8"] wined3dfiles = [] #if the user asked for dxvk's dxgi (dxgi=n), then copy it into place