mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-01-26 13:38:15 +03:00
proton: Add default wine-mono override
This commit is contained in:
parent
f45739c327
commit
6b9facc611
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…
x
Reference in New Issue
Block a user