Skip to content

Commit ba51aa9

Browse files
add in comment i forgot to save
1 parent a91b861 commit ba51aa9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/BizHawk.Client.Common/fwmanager/FirmwareManager.cs

+1
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ public void DoScanAndResolve(PathEntryCollection pathEntries, IDictionary<string
209209
ri.KnownFirmwareFile = ff;
210210

211211
// assume the firmware file is for a different firmware, unflag it in case it isn't
212+
// logic here is important, see: https://github.com/TASEmulators/BizHawk/issues/3095
212213
ri.KnownMismatching = true;
213214
if (FirmwareDatabase.FirmwareOptions.Any(fo => fo.Hash == rff.Hash && fo.ID == fr.ID))
214215
{

0 commit comments

Comments
 (0)