mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-01-26 13:38:15 +03:00
proton: Dump config options into the log
This commit is contained in:
parent
f52ecfc6a7
commit
30466dcc5e
1
proton
1
proton
@ -297,6 +297,7 @@ if "SteamGameId" in env:
|
||||
lfile.write("Proton: " + f.readline().strip() + "\n")
|
||||
lfile.write("SteamGameId: " + env["SteamGameId"] + "\n")
|
||||
lfile.write("Command: " + str(sys.argv[2:]) + "\n")
|
||||
lfile.write("Options: " + str(config_opts) + "\n")
|
||||
lfile.write("======================\n")
|
||||
lfile.flush()
|
||||
else:
|
||||
|
Loading…
x
Reference in New Issue
Block a user