mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-01-14 15:48:11 +03:00
Do not use d3d10/d3d10_1 from dxvk.
That allows games to use d3d10 effects framework that wine's modules provide.
This commit is contained in:
parent
c308ae9f32
commit
ab07135a89
2
proton
2
proton
@ -780,7 +780,7 @@ class CompatData:
|
|||||||
dxvkfiles = ["dxvk_config"]
|
dxvkfiles = ["dxvk_config"]
|
||||||
wined3dfiles = ["d3d11", "d3d10", "d3d10core", "d3d10_1", "d3d9"]
|
wined3dfiles = ["d3d11", "d3d10", "d3d10core", "d3d10_1", "d3d9"]
|
||||||
else:
|
else:
|
||||||
dxvkfiles = ["dxvk_config", "d3d11", "d3d10", "d3d10core", "d3d10_1", "d3d9"]
|
dxvkfiles = ["dxvk_config", "d3d11", "d3d10core", "d3d9"]
|
||||||
wined3dfiles = []
|
wined3dfiles = []
|
||||||
|
|
||||||
if use_dxvk_dxgi:
|
if use_dxvk_dxgi:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user