feat: added ROM game match fixing

This commit is contained in:
Michael Green
2023-07-10 16:33:14 +10:00
parent cea23267b8
commit 9cb981a2e9
6 changed files with 299 additions and 51 deletions

View File

@@ -50,6 +50,8 @@ namespace gaseous_tools
byte[] sha1HashByte = sha1.ComputeHash(xmlStream);
string sha1Hash = BitConverter.ToString(sha1HashByte).Replace("-", "").ToLowerInvariant();
_sha1hash = sha1Hash;
xmlStream.Close();
}
string _md5hash = "";