From c53ff7a0823a689711373e2cf8b1055067cee931 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Bernon?= Date: Wed, 2 Aug 2023 15:37:19 +0200 Subject: [PATCH] proton: Add dx8vb to the native redist DLLs list. CW-Bug-Id: #22530 --- proton | 1 + 1 file changed, 1 insertion(+) diff --git a/proton b/proton index ab66b52a..1b7557c1 100755 --- a/proton +++ b/proton @@ -804,6 +804,7 @@ class CompatData: "d3dcompiler_*.dll," + "d3dcsx*.dll," + "d3dx*.dll," + + "dx8vb.dll," + "x3daudio*.dll," + "xactengine*.dll," + "xapofx*.dll," +