mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-10 00:18:09 +01: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
1 changed files with 0 additions and 3 deletions
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…
Add table
Add a link
Reference in a new issue