proton: Dump WINEFSYNC in debug scripts

This commit is contained in:
Georg Lehmann 2020-02-18 18:52:22 +01:00 committed by Andrew Eikum
parent 64f0fc7559
commit 20f6b88943

2
proton
View File

@ -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: