From 7328166e1cb17822dd5716f4e62e7f453cee3fd3 Mon Sep 17 00:00:00 2001 From: Travis Nickles Date: Sun, 26 Jan 2020 10:53:48 -0600 Subject: [PATCH] Added comment in profiles stating which version of DS4Windows made the file --- DS4Windows/DS4Control/ScpUtil.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/DS4Windows/DS4Control/ScpUtil.cs b/DS4Windows/DS4Control/ScpUtil.cs index 88cc0cc..868ed1f 100644 --- a/DS4Windows/DS4Control/ScpUtil.cs +++ b/DS4Windows/DS4Control/ScpUtil.cs @@ -2442,6 +2442,9 @@ namespace DS4Windows Node = m_Xdoc.CreateComment(string.Format(" DS4Windows Configuration Data. {0} ", DateTime.Now)); m_Xdoc.AppendChild(Node); + Node = m_Xdoc.CreateComment(string.Format(" Made with DS4Windows version {0} ", Global.exeversion)); + m_Xdoc.AppendChild(Node); + Node = m_Xdoc.CreateWhitespace("\r\n"); m_Xdoc.AppendChild(Node);