Update Config.LastWrittenFrom/Detailed when saving

This commit is contained in:
YoshiRulz 2020-08-28 06:13:16 +10:00
parent faa3d52500
commit 52a559908e
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 3 additions and 0 deletions

View File

@ -2347,6 +2347,9 @@ namespace BizHawk.Client.EmuHawk
Config.MainWndy = -1;
}
Config.LastWrittenFrom = VersionInfo.MainVersion;
Config.LastWrittenFromDetailed = VersionInfo.GetEmuVersion();
if (string.IsNullOrEmpty(path))
{
path = Config.DefaultIniPath;