steam_helper: Place BattlEye runtime path into PROTON_BATTLEYE_RUNTIME.

CW-Bug-Id: #16650
This commit is contained in:
Derek Lesho 2021-03-24 14:55:33 -04:00 committed by Arkadiusz Hiler
parent 856c5e422e
commit cfaf65d982
2 changed files with 44 additions and 8 deletions

2
proton
View file

@ -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()