Write version to config (for migration check to be implemented later)
This commit is contained in:
parent
e58f2811dc
commit
8bb9cee9c2
BizHawk.Client.Common/config
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue