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:
Zebediah Figura 2021-06-15 23:00:22 -05:00 committed by Andrew Eikum
parent cd3384f2af
commit 63bcce34d6

1
proton
View File

@ -593,7 +593,6 @@ class CompatData:
str(use_nvapi),
))
if old_ver == CURRENT_PREFIX_VERSION:
# check whether any prefix config has changed
try:
with open(self.config_info_file, "r") as f: