mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-24 08:14:34 +01:00
proton: Disable WINEDEBUG during winedbg session
This commit is contained in:
parent
0979ab9ed0
commit
434ed0476c
1 changed files with 1 additions and 0 deletions
1
proton
1
proton
|
|
@ -245,6 +245,7 @@ if sys.argv[1] == "run":
|
|||
f.write("SteamGameId=\"" + env["SteamGameId"] + "\" \\\n")
|
||||
f.write("\tSteamAppId=\"" + env["SteamAppId"] + "\" \\\n")
|
||||
f.write("\tPATH=\"" + env["PATH"] + "\" \\\n")
|
||||
f.write("\tWINEDEBUG=-all\\\n")
|
||||
f.write("\tWINEDLLPATH=\"" + env["WINEDLLPATH"] + "\" \\\n")
|
||||
f.write("\tLD_LIBRARY_PATH=\"" + env["LD_LIBRARY_PATH"] + "\" \\\n")
|
||||
f.write("\tWINEPREFIX=\"" + env["WINEPREFIX"] + "\" \\\n")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue