Write version to config (for migration check to be implemented later)

This commit is contained in:
YoshiRulz 2019-12-16 00:44:40 +10:00
parent e58f2811dc
commit 8bb9cee9c2
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 3 additions and 0 deletions
BizHawk.Client.Common/config

View File

@ -551,6 +551,9 @@ namespace BizHawk.Client.Common
public bool GB_UseGBHawk = false;
public bool CoreForcingViaGameDB = true;
public string LibretroCore;
public string LastWrittenFrom = VersionInfo.Mainversion;
public string LastWrittenFromDetailed = VersionInfo.GetEmuVersion();
}
// These are used in the defctrl.json or wherever