mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2025-01-24 05:51: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));
|
||||
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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user