mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-06-20 09:32:13 +03:00
Revert "proton: Hide NVK by default."
This reverts commit e1ee8227c8f10dbd33ee2c43a549675ea05d59d4.
https://github.com/jp7677/dxvk-nvapi/pull/168
e857b09432
This commit is contained in:
parent
72f3b9e33f
commit
2cb1cab364
5
proton
5
proton
@ -1316,11 +1316,6 @@ class Session:
|
|||||||
#disable XIM support until libx11 >= 1.7 is widespread
|
#disable XIM support until libx11 >= 1.7 is widespread
|
||||||
self.env.setdefault("WINE_ALLOW_XIM", "0")
|
self.env.setdefault("WINE_ALLOW_XIM", "0")
|
||||||
|
|
||||||
#hide Nvidia GPUs if NVK is being used as dxvk-nvapi doesn't support it ootb yet
|
|
||||||
#dxvk is doing similar hidding on their side
|
|
||||||
#this option can be overriden with WINE_HIDE_NVK=0
|
|
||||||
self.env.setdefault("WINE_HIDE_NVK", "1")
|
|
||||||
|
|
||||||
if "wined3d11" in self.compat_config:
|
if "wined3d11" in self.compat_config:
|
||||||
self.compat_config.add("wined3d")
|
self.compat_config.add("wined3d")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user