Update Config.LastWrittenFrom/Detailed when saving
This commit is contained in:
parent
faa3d52500
commit
52a559908e
|
@ -2347,6 +2347,9 @@ namespace BizHawk.Client.EmuHawk
|
||||||
Config.MainWndy = -1;
|
Config.MainWndy = -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Config.LastWrittenFrom = VersionInfo.MainVersion;
|
||||||
|
Config.LastWrittenFromDetailed = VersionInfo.GetEmuVersion();
|
||||||
|
|
||||||
if (string.IsNullOrEmpty(path))
|
if (string.IsNullOrEmpty(path))
|
||||||
{
|
{
|
||||||
path = Config.DefaultIniPath;
|
path = Config.DefaultIniPath;
|
||||||
|
|
Loading…
Reference in New Issue