From 20f6b8894341600b8c025945a13bd6bb6316d9f7 Mon Sep 17 00:00:00 2001 From: Georg Lehmann Date: Tue, 18 Feb 2020 18:52:22 +0100 Subject: [PATCH] proton: Dump WINEFSYNC in debug scripts --- proton | 2 ++ 1 file changed, 2 insertions(+) diff --git a/proton b/proton index 3a9422a5..9c16aba0 100755 --- a/proton +++ b/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: