mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2025-01-24 14:01:16 +01:00
Added DS4Windows version to profiles config file
This commit is contained in:
parent
7328166e1c
commit
6f53361607
@ -4065,6 +4065,9 @@ namespace DS4Windows
|
|||||||
Node = m_Xdoc.CreateComment(String.Format(" Profile Configuration Data. {0} ", DateTime.Now));
|
Node = m_Xdoc.CreateComment(String.Format(" Profile Configuration Data. {0} ", DateTime.Now));
|
||||||
m_Xdoc.AppendChild(Node);
|
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");
|
Node = m_Xdoc.CreateWhitespace("\r\n");
|
||||||
m_Xdoc.AppendChild(Node);
|
m_Xdoc.AppendChild(Node);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user