From 8bb9cee9c245081e8e31162dd4df23404c093373 Mon Sep 17 00:00:00 2001 From: YoshiRulz Date: Mon, 16 Dec 2019 00:44:40 +1000 Subject: [PATCH] Write version to config (for migration check to be implemented later) --- BizHawk.Client.Common/config/Config.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/BizHawk.Client.Common/config/Config.cs b/BizHawk.Client.Common/config/Config.cs index e61ffac4bf..f01e16208d 100644 --- a/BizHawk.Client.Common/config/Config.cs +++ b/BizHawk.Client.Common/config/Config.cs @@ -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