Save config

This commit is contained in:
camdenorrb 2024-12-14 18:52:14 -06:00
parent d13cf21b48
commit 6c19245ba7

View file

@ -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()