NES: add line to rom status log for SHA1 hash when loading UNIF

This commit is contained in:
goyuken 2012-10-17 00:59:22 +00:00
parent 00c6259689
commit 58dacf9bcc
1 changed files with 1 additions and 0 deletions

View File

@ -458,6 +458,7 @@ namespace BizHawk.Emulation.Consoles.Nintendo
unif = new Unif(new MemoryStream(file));
hash_sha1 = unif.GetCartInfo().sha1;
hash_sha1_several.Add(hash_sha1);
LoadWriteLine("headerless rom hash: {0}", hash_sha1);
}
else
{