account for different checksum hashes in header in PlayMovie, re: 03cdb4cdf3
This commit is contained in:
parent
5353aaf688
commit
ee220f455c
|
@ -392,6 +392,8 @@ namespace BizHawk.Client.EmuHawk
|
||||||
switch (k)
|
switch (k)
|
||||||
{
|
{
|
||||||
case HeaderKeys.Sha1:
|
case HeaderKeys.Sha1:
|
||||||
|
case HeaderKeys.Md5:
|
||||||
|
case HeaderKeys.Crc32:
|
||||||
if (_game.Hash != v)
|
if (_game.Hash != v)
|
||||||
{
|
{
|
||||||
item.BackColor = Color.Pink;
|
item.BackColor = Color.Pink;
|
||||||
|
|
Loading…
Reference in New Issue