mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-05 22:18:03 +01:00
proton: Dump config options into the log
This commit is contained in:
parent
f52ecfc6a7
commit
30466dcc5e
1 changed files with 1 additions and 0 deletions
1
proton
1
proton
|
|
@ -297,6 +297,7 @@ if "SteamGameId" in env:
|
||||||
lfile.write("Proton: " + f.readline().strip() + "\n")
|
lfile.write("Proton: " + f.readline().strip() + "\n")
|
||||||
lfile.write("SteamGameId: " + env["SteamGameId"] + "\n")
|
lfile.write("SteamGameId: " + env["SteamGameId"] + "\n")
|
||||||
lfile.write("Command: " + str(sys.argv[2:]) + "\n")
|
lfile.write("Command: " + str(sys.argv[2:]) + "\n")
|
||||||
|
lfile.write("Options: " + str(config_opts) + "\n")
|
||||||
lfile.write("======================\n")
|
lfile.write("======================\n")
|
||||||
lfile.flush()
|
lfile.flush()
|
||||||
else:
|
else:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue