Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ValveSoftware/Proton.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/proton
diff options
context:
space:
mode:
authorDerek Lesho <dlesho@codeweavers.com>2021-03-24 21:55:33 +0300
committerArkadiusz Hiler <ahiler@codeweavers.com>2021-11-19 19:35:48 +0300
commitcfaf65d9820f358d56b88b566524ae753246a1c8 (patch)
tree0e05523dfd39baa3e7d96cf990296933fd824e0d /proton
parent856c5e422edb9e5c92a9c7756753dd2c9fdfa6e5 (diff)
steam_helper: Place BattlEye runtime path into PROTON_BATTLEYE_RUNTIME.
CW-Bug-Id: #16650
Diffstat (limited to 'proton')
-rwxr-xr-xproton2
1 files changed, 2 insertions, 0 deletions
diff --git a/proton b/proton
index 35ca1ee4..16ce91b9 100755
--- a/proton
+++ b/proton
@@ -864,6 +864,8 @@ class Session:
self.dlloverrides = {
"steam.exe": "b", #always use our special built-in steam.exe
"dotnetfx35.exe": "b", #replace the broken installer, as does Windows
+ "beclient.dll": "b,n",
+ "beclient_x64.dll": "b,n",
}
self.compat_config = set()