mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-02-04 01:30:36 +03:00
proton: Disable hidenvgpu if nvapi is enabled.
Link: https://github.com/ValveSoftware/Proton/pull/6227
This commit is contained in:
parent
6b4dce48bc
commit
e34482a580
3
proton
3
proton
@ -1355,7 +1355,8 @@ class Session:
|
||||
if not "VKD3D_FEATURE_LEVEL" in self.env:
|
||||
self.env["VKD3D_FEATURE_LEVEL"] = "12_0"
|
||||
|
||||
if "hidenvgpu" in self.compat_config:
|
||||
# enablenvapi beats hidenvgpu
|
||||
if "hidenvgpu" in self.compat_config and "enablenvapi" not in self.compat_config:
|
||||
self.env["WINE_HIDE_NVIDIA_GPU"] = "1"
|
||||
|
||||
if "usenativexinput13" in self.compat_config:
|
||||
|
Loading…
x
Reference in New Issue
Block a user