mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-01-28 06:28:20 +03:00
proton: Disable built-in mfplay
Allows UE games to function as they did before.
This commit is contained in:
parent
38554adf57
commit
f922357d13
5
proton
5
proton
@ -196,7 +196,10 @@ with dist_lock:
|
|||||||
try_copy(basedir + "/version", basedir + "/dist/")
|
try_copy(basedir + "/version", basedir + "/dist/")
|
||||||
|
|
||||||
env = dict(os.environ)
|
env = dict(os.environ)
|
||||||
dlloverrides = {"steam.exe": "b"} #always use our special built-in steam.exe
|
dlloverrides = {
|
||||||
|
"steam.exe": "b", #always use our special built-in steam.exe
|
||||||
|
"mfplay": "n" #disable built-in mfplay
|
||||||
|
}
|
||||||
|
|
||||||
if "HOST_LC_ALL" in env and len(env["HOST_LC_ALL"]) > 0:
|
if "HOST_LC_ALL" in env and len(env["HOST_LC_ALL"]) > 0:
|
||||||
#steam sets LC_ALL=C to help some games, but Wine requires the real value
|
#steam sets LC_ALL=C to help some games, but Wine requires the real value
|
||||||
|
Loading…
x
Reference in New Issue
Block a user