mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-07-27 07:31:44 +03:00
Drop customizations from dxvk.
This commit is contained in:
parent
40f2d1a719
commit
95e1f7230f
2
dxvk
2
dxvk
@ -1 +1 @@
|
||||
Subproject commit b22bec7bc30e9481f60f6c34c493374808c29f3a
|
||||
Subproject commit ecd7b67069a6e2a4b78a8a929fd287030d283ccb
|
4
proton
4
proton
@ -799,10 +799,10 @@ class CompatData:
|
||||
prefix=self.prefix_dir, track_file=tracked_files, link_debug=True)
|
||||
|
||||
if use_wined3d:
|
||||
dxvkfiles = ["dxvk_config"]
|
||||
dxvkfiles = []
|
||||
wined3dfiles = ["d3d11", "d3d10", "d3d10core", "d3d10_1", "d3d9"]
|
||||
else:
|
||||
dxvkfiles = ["dxvk_config", "d3d11", "d3d10core", "d3d9"]
|
||||
dxvkfiles = ["d3d11", "d3d10core", "d3d9"]
|
||||
wined3dfiles = []
|
||||
|
||||
if use_dxvk_dxgi:
|
||||
|
Loading…
x
Reference in New Issue
Block a user