add in comment i forgot to save

This commit is contained in:
CasualPokePlayer 2022-02-18 00:19:24 -08:00
parent a91b861a4d
commit ba51aa90a4
1 changed files with 1 additions and 0 deletions

View File

@ -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))
{