mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-03-04 01:25:35 +03:00
parent
27a47018bb
commit
8247478a48
7
proton
7
proton
@ -1011,6 +1011,8 @@ class CompatData:
|
|||||||
else:
|
else:
|
||||||
wined3dfiles.append("d3d8")
|
wined3dfiles.append("d3d8")
|
||||||
|
|
||||||
|
icufiles = ["icuin68", "icuuc68", "icudt68"]
|
||||||
|
|
||||||
for f in wined3dfiles:
|
for f in wined3dfiles:
|
||||||
try_copy(g_proton.default_pfx_dir + "drive_c/windows/system32/" + f + ".dll", "drive_c/windows/system32",
|
try_copy(g_proton.default_pfx_dir + "drive_c/windows/system32/" + f + ".dll", "drive_c/windows/system32",
|
||||||
prefix=self.prefix_dir, track_file=tracked_files, link_debug=True)
|
prefix=self.prefix_dir, track_file=tracked_files, link_debug=True)
|
||||||
@ -1031,6 +1033,11 @@ class CompatData:
|
|||||||
prefix=self.prefix_dir, track_file=tracked_files, link_debug=True)
|
prefix=self.prefix_dir, track_file=tracked_files, link_debug=True)
|
||||||
g_session.dlloverrides[f] = "n"
|
g_session.dlloverrides[f] = "n"
|
||||||
|
|
||||||
|
for f in icufiles:
|
||||||
|
self.create_symlink(self.prefix_dir + "drive_c/windows/system32/" + f + ".dll",
|
||||||
|
g_proton.lib64_dir + "icu/" + f + ".dll")
|
||||||
|
tracked_files.write("drive_c/windows/system32/" + f + '.dll\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.
|
||||||
# If they didn't, clean up any stray nvapi DLLs.
|
# If they didn't, clean up any stray nvapi DLLs.
|
||||||
if use_nvapi:
|
if use_nvapi:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user