mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-05-24 06:05:46 +00:00
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:
@@ -264,6 +264,8 @@ namespace Ryujinx.Ava
|
|||||||
|
|
||||||
ConfigurationFileFormat.RenameInvalidConfigFile(ConfigurationPath);
|
ConfigurationFileFormat.RenameInvalidConfigFile(ConfigurationPath);
|
||||||
|
|
||||||
|
IsFirstStart = true;
|
||||||
|
|
||||||
ConfigurationState.Instance.LoadDefault();
|
ConfigurationState.Instance.LoadDefault();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user