From 265b103e726d5fedd51d8a07ccc8e1b4ffb6ca04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Bernon?= Date: Wed, 5 Aug 2020 13:09:24 +0200 Subject: [PATCH] proton: Add ntdll to the builtin dll symlink exceptions. --- proton | 1 + 1 file changed, 1 insertion(+) diff --git a/proton b/proton index 5bc8dbca..ace1e525 100755 --- a/proton +++ b/proton @@ -403,6 +403,7 @@ class CompatData: "d3dcompiler_*.dll," + "d3dcsx*.dll," + "d3dx*.dll," + + "ntdll.dll," + "x3daudio*.dll," + "xactengine*.dll," + "xapofx*.dll," +