Make sure to save the configuration after loading default values
This commit is contained in:
parent
a41f11f79e
commit
ef57e047bb
1 changed files with 2 additions and 1 deletions
|
@ -38,8 +38,9 @@ namespace Ryujinx
|
|||
}
|
||||
else
|
||||
{
|
||||
// No configuration, we load the default values.
|
||||
// No configuration, we load the default values and save it on disk
|
||||
ConfigurationState.Instance.LoadDefault();
|
||||
ConfigurationState.Instance.ToFileFormat().SaveConfig(configurationPath);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue