add in comment i forgot to save
This commit is contained in:
parent
a91b861a4d
commit
ba51aa90a4
|
@ -209,6 +209,7 @@ namespace BizHawk.Client.Common
|
|||
ri.KnownFirmwareFile = ff;
|
||||
|
||||
// assume the firmware file is for a different firmware, unflag it in case it isn't
|
||||
// logic here is important, see: https://github.com/TASEmulators/BizHawk/issues/3095
|
||||
ri.KnownMismatching = true;
|
||||
if (FirmwareDatabase.FirmwareOptions.Any(fo => fo.Hash == rff.Hash && fo.ID == fr.ID))
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue