mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-01 20:24:25 +01:00
steam_helper: Place BattlEye runtime path into PROTON_BATTLEYE_RUNTIME.
CW-Bug-Id: #16650
This commit is contained in:
parent
856c5e422e
commit
cfaf65d982
2 changed files with 44 additions and 8 deletions
2
proton
2
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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue