mirror of
https://github.com/ValveSoftware/Proton.git
synced 2024-12-28 07:35:50 +03:00
proton: Make copying d3d12core for vkd3d-proton mandatory.
This commit is contained in:
parent
12e3262ec7
commit
1692266300
7
proton
7
proton
@ -953,13 +953,10 @@ class CompatData:
|
|||||||
g_session.dlloverrides[f] = "n"
|
g_session.dlloverrides[f] = "n"
|
||||||
|
|
||||||
for f in vkd3d_protonfiles:
|
for f in vkd3d_protonfiles:
|
||||||
optional = False
|
|
||||||
if f == "d3d12core":
|
|
||||||
optional = True
|
|
||||||
try_copy(g_proton.lib64_dir + "wine/vkd3d-proton/" + f + ".dll", "drive_c/windows/system32",
|
try_copy(g_proton.lib64_dir + "wine/vkd3d-proton/" + f + ".dll", "drive_c/windows/system32",
|
||||||
prefix=self.prefix_dir, track_file=tracked_files, link_debug=True, optional=optional)
|
prefix=self.prefix_dir, track_file=tracked_files, link_debug=True)
|
||||||
try_copy(g_proton.lib_dir + "wine/vkd3d-proton/" + f + ".dll", "drive_c/windows/syswow64",
|
try_copy(g_proton.lib_dir + "wine/vkd3d-proton/" + f + ".dll", "drive_c/windows/syswow64",
|
||||||
prefix=self.prefix_dir, track_file=tracked_files, link_debug=True, optional=optional)
|
prefix=self.prefix_dir, track_file=tracked_files, link_debug=True)
|
||||||
g_session.dlloverrides[f] = "n"
|
g_session.dlloverrides[f] = "n"
|
||||||
|
|
||||||
# If the user requested the NVAPI be available, copy it into place.
|
# If the user requested the NVAPI be available, copy it into place.
|
||||||
|
Loading…
Reference in New Issue
Block a user