treat configuration load fail as first start (so you're prompted to set the game/autoload dirs, when that step is implemented)
This commit is contained in:
parent
c5b325bde2
commit
884d0f526c
@ -264,6 +264,8 @@ namespace Ryujinx.Ava
|
||||
|
||||
ConfigurationFileFormat.RenameInvalidConfigFile(ConfigurationPath);
|
||||
|
||||
IsFirstStart = true;
|
||||
|
||||
ConfigurationState.Instance.LoadDefault();
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user