Make sure to save the configuration after loading default values

This commit is contained in:
Thog 2019-11-22 20:14:54 +01:00
commit ef57e047bb
No known key found for this signature in database
GPG key ID: 0CD291558FAFDBC6

View file

@ -38,8 +38,9 @@ namespace Ryujinx
} }
else 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.LoadDefault();
ConfigurationState.Instance.ToFileFormat().SaveConfig(configurationPath);
} }