mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-10 05:38:49 +00:00
Getting rid of "Outdated config" message (#3445)
This commit is contained in:
@@ -784,7 +784,6 @@ void load(const std::filesystem::path& path) {
|
|||||||
|
|
||||||
// Run save after loading to generate any missing fields with default values.
|
// Run save after loading to generate any missing fields with default values.
|
||||||
if (config_version != current_version) {
|
if (config_version != current_version) {
|
||||||
fmt::print("Outdated config detected, updating config file.\n");
|
|
||||||
save(path);
|
save(path);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user