mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-04 21:54:42 +01:00
proton: Make copying d3d12core for vkd3d-proton mandatory.
This commit is contained in:
parent
2a28a339b6
commit
da535a26f0
1 changed files with 2 additions and 5 deletions
7
proton
7
proton
|
|
@ -948,13 +948,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…
Add table
Add a link
Reference in a new issue