Skip to content

Commit

Permalink
remove missed d8vk code
Browse files Browse the repository at this point in the history
  • Loading branch information
GloriousEggroll committed Jul 7, 2024
1 parent dd4f6c8 commit 7c3621b
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions proton
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ from pathlib import Path
#To enable debug logging, copy "user_settings.sample.py" to "user_settings.py"
#and edit it if needed.

CURRENT_PREFIX_VERSION="GE-Proton9-9"
CURRENT_PREFIX_VERSION="GE-Proton9-10"

PFX="Proton: "
ld_path_var = "LD_LIBRARY_PATH"
Expand Down Expand Up @@ -1051,13 +1051,6 @@ class CompatData:
prefix=self.prefix_dir, track_file=tracked_files, link_debug=True)
g_session.dlloverrides[f] = "n"

for f in d8vkfiles:
try_copy(g_proton.lib64_dir + "wine/d8vk/" + f + ".dll", "drive_c/windows/system32",
prefix=self.prefix_dir, track_file=tracked_files, link_debug=True)
try_copy(g_proton.lib_dir + "wine/d8vk/" + f + ".dll", "drive_c/windows/syswow64",
prefix=self.prefix_dir, track_file=tracked_files, link_debug=True)
g_session.dlloverrides[f] = "n"

for f in vkd3d_protonfiles:
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)
Expand Down

0 comments on commit 7c3621b

Please sign in to comment.