From f3f098067a921cac2c5a735f56ea8f2aad925aec Mon Sep 17 00:00:00 2001 From: Andrew Eikum Date: Wed, 29 Jul 2020 09:11:37 -0500 Subject: [PATCH] proton: Copy more dxsetup redists --- proton | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/proton b/proton index 4c34c547..f8e92d56 100755 --- a/proton +++ b/proton @@ -398,7 +398,17 @@ class CompatData: use_wined3d = "wined3d" in g_session.compat_config use_dxvk_dxgi = "WINEDLLOVERRIDES" in os.environ and "dxgi=n" in os.environ["WINEDLLOVERRIDES"] - builtin_dll_copy = os.environ.get("PROTON_DLL_COPY", "d3dcompiler_*.dll,d3dx*.dll") + builtin_dll_copy = os.environ.get("PROTON_DLL_COPY", + #dxsetup redist + "d3dcompiler_*.dll," + + "d3dcsx*.dll," + + "d3dx*.dll," + + "x3daudio*.dll," + + "xactengine*.dll," + + "xapofx*.dll," + + "xaudio*.dll," + + "xinput*.dll" + ) # If any of this info changes, we must rerun the tasks below prefix_info = '\n'.join((