mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-04 00:13:08 +00:00
clang format
This commit is contained in:
parent
d54f988353
commit
fe3ad666f2
@ -531,7 +531,8 @@ void load(const std::filesystem::path& path) {
|
||||
data.as_table().erase("installDir");
|
||||
}
|
||||
|
||||
const auto install_dir_array = toml::find_or<std::vector<std::string>>(gui, "installDirs", {});
|
||||
const auto install_dir_array =
|
||||
toml::find_or<std::vector<std::string>>(gui, "installDirs", {});
|
||||
for (const auto& dir : install_dir_array) {
|
||||
settings_install_dirs.emplace_back(std::filesystem::path{dir});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user