mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-27 17:54:53 +01:00
proton: Copy libvkd3d-shader-1.dll into the system32 directory.
CW-Bug-Id: #15810
This commit is contained in:
parent
0d88b6db78
commit
50cab53a7b
1 changed files with 6 additions and 0 deletions
6
proton
6
proton
|
|
@ -768,6 +768,12 @@ class CompatData:
|
|||
makedirs(self.prefix_dir + "/drive_c/openxr/")
|
||||
try_copy(g_proton.default_pfx_dir + "drive_c/openxr/wineopenxr64.json", self.prefix_dir + "/drive_c/openxr/")
|
||||
|
||||
#copy vkd3d files into place
|
||||
try_copy(g_proton.lib64_dir + "vkd3d/libvkd3d-shader-1.dll",
|
||||
self.prefix_dir + "drive_c/windows/system32/libvkd3d-shader-1.dll")
|
||||
try_copy(g_proton.lib_dir + "vkd3d/libvkd3d-shader-1.dll",
|
||||
self.prefix_dir + "drive_c/windows/syswow64/libvkd3d-shader-1.dll")
|
||||
|
||||
if use_wined3d:
|
||||
dxvkfiles = ["dxvk_config"]
|
||||
wined3dfiles = ["d3d11", "d3d10", "d3d10core", "d3d10_1", "d3d9"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue