mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-07-31 17:41:48 +03:00
proton: Always check if the prefix config changed.
In particular, make sure that we update builtin dlls for the first process that runs.
This commit is contained in:
parent
cd3384f2af
commit
63bcce34d6
1
proton
1
proton
@ -593,7 +593,6 @@ class CompatData:
|
|||||||
str(use_nvapi),
|
str(use_nvapi),
|
||||||
))
|
))
|
||||||
|
|
||||||
if old_ver == CURRENT_PREFIX_VERSION:
|
|
||||||
# check whether any prefix config has changed
|
# check whether any prefix config has changed
|
||||||
try:
|
try:
|
||||||
with open(self.config_info_file, "r") as f:
|
with open(self.config_info_file, "r") as f:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user