proton: Add default wine-mono override
This commit is contained in:
parent
f45739c327
commit
6b9facc611
1 changed files with 3 additions and 0 deletions
3
proton
3
proton
|
@ -210,6 +210,9 @@ env["WINEPREFIX"] = prefix
|
|||
if "PROTON_LOG" in env and nonzero(env["PROTON_LOG"]):
|
||||
env["WINEDEBUG"] = "+timestamp,+pid,+tid,+seh,+debugstr,+module"
|
||||
|
||||
#default wine-mono override for FNA games
|
||||
env["WINE_MONO_OVERRIDES"] = "Microsoft.Xna.Framework.*,Gac=n"
|
||||
|
||||
#load environment overrides
|
||||
if os.path.exists(basedir + "/user_settings.py"):
|
||||
try:
|
||||
|
|
Loading…
Reference in a new issue