mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-02-03 17:20:51 +03:00
proton: Dump WINEFSYNC in debug scripts
This commit is contained in:
parent
64f0fc7559
commit
20f6b88943
2
proton
2
proton
@ -595,6 +595,8 @@ class Session:
|
||||
f.write("\tWINEPREFIX=\"" + self.env["WINEPREFIX"] + "\" \\\n")
|
||||
if "WINEESYNC" in self.env:
|
||||
f.write("\tWINEESYNC=\"" + self.env["WINEESYNC"] + "\" \\\n")
|
||||
if "WINEFSYNC" in self.env:
|
||||
f.write("\tWINEFSYNC=\"" + self.env["WINEFSYNC"] + "\" \\\n")
|
||||
if "SteamGameId" in self.env:
|
||||
f.write("\tSteamGameId=\"" + self.env["SteamGameId"] + "\" \\\n")
|
||||
if "SteamAppId" in self.env:
|
||||
|
Loading…
x
Reference in New Issue
Block a user