account for different checksum hashes in header in PlayMovie, re: 03cdb4cdf3

This commit is contained in:
CasualPokePlayer 2022-02-21 16:47:10 -08:00
parent 5353aaf688
commit ee220f455c
1 changed files with 2 additions and 0 deletions

View File

@ -392,6 +392,8 @@ namespace BizHawk.Client.EmuHawk
switch (k)
{
case HeaderKeys.Sha1:
case HeaderKeys.Md5:
case HeaderKeys.Crc32:
if (_game.Hash != v)
{
item.BackColor = Color.Pink;