mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-04 08:22:32 +00:00
remove installDir from config file
This commit is contained in:
parent
70cb429bc2
commit
01e39a4e70
@ -539,6 +539,9 @@ void load(const std::filesystem::path& path) {
|
||||
if (!old_game_install_dir.empty()) {
|
||||
addGameInstallDir(old_game_install_dir);
|
||||
gui.as_table().erase("installDir");
|
||||
std::ofstream file(path, std::ios::out);
|
||||
file << data;
|
||||
file.close();
|
||||
}
|
||||
|
||||
const auto install_dir_array =
|
||||
|
Loading…
Reference in New Issue
Block a user