mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-02-04 17:50:42 +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"]):
|
if "PROTON_LOG" in env and nonzero(env["PROTON_LOG"]):
|
||||||
env["WINEDEBUG"] = "+timestamp,+pid,+tid,+seh,+debugstr,+module"
|
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
|
#load environment overrides
|
||||||
if os.path.exists(basedir + "/user_settings.py"):
|
if os.path.exists(basedir + "/user_settings.py"):
|
||||||
try:
|
try:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user