mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-01-26 13:38:15 +03:00
Remove default overrides for Microsoft.Xna.Framework.
This default is no longer needed because it's built into Wine. The Wine default is now version-specific so XNA 3.x redists can load. CW-Bug-Id: #16852
This commit is contained in:
parent
c47dfe6a0b
commit
4940f69c90
3
proton
3
proton
@ -980,9 +980,6 @@ class Session:
|
||||
self.env.setdefault("DXVK_LOG_LEVEL", "none")
|
||||
self.env.setdefault("VKD3D_DEBUG", "none")
|
||||
|
||||
#default wine-mono override for FNA games
|
||||
self.env.setdefault("WINE_MONO_OVERRIDES", "Microsoft.Xna.Framework.*,Gac=n")
|
||||
|
||||
#disable XIM support until libx11 >= 1.7 is widespread
|
||||
self.env.setdefault("WINE_ALLOW_XIM", "0")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user