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
d13cf21b48
commit
6c19245ba7
1 changed files with 5 additions and 0 deletions
|
@ -68,6 +68,11 @@ SConfig::SConfig()
|
|||
LoadDefaults();
|
||||
// Make sure we have log manager
|
||||
LoadSettings();
|
||||
|
||||
// Check if config exists before saving
|
||||
if (!File::Exists(File::GetUserPath(F_DOLPHINCONFIG_IDX))) {
|
||||
Config::Save();
|
||||
}
|
||||
}
|
||||
|
||||
void SConfig::Init()
|
||||
|
|
Loading…
Add table
Reference in a new issue