Drop customizations from dxvk.

This commit is contained in:
Arkadiusz Hiler 2022-01-04 16:58:45 +02:00
parent 40f2d1a719
commit 95e1f7230f
2 changed files with 3 additions and 3 deletions

2
dxvk

@ -1 +1 @@
Subproject commit b22bec7bc30e9481f60f6c34c493374808c29f3a
Subproject commit ecd7b67069a6e2a4b78a8a929fd287030d283ccb

4
proton
View File

@ -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: