mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 19:44:57 +00:00
Save config
This commit is contained in:
parent
786f9e58be
commit
958ef14055
1 changed files with 1 additions and 1 deletions
|
@ -323,7 +323,7 @@ bool IniFile::Save(const std::string& filename)
|
|||
std::filesystem::path path(filename);
|
||||
std::filesystem::path parentPath = path.parent_path();
|
||||
|
||||
if (!exists(parentPath) && !create_directory(parentPath)) {
|
||||
if (!exists(parentPath) && !create_directories(parentPath)) {
|
||||
std::cerr << "Failed to create directory: " << parentPath << std::endl;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue