Check Pdf1 ppu hashes too instead of only Pdf2

This commit is contained in:
FlexBy420
2025-07-04 16:59:47 +02:00
committed by GitHub
parent eb22a0d81f
commit 7ff41727f6

View File

@@ -1183,7 +1183,7 @@ internal static partial class LogParserResult
if (items["frame_limit"] is not null and not "Off")
notes.Add("⚠️ `Frame Limiter` should be `Off`");
if (!ppuHashes.Overlaps(KnownPdf2ndPatches))
if (!ppuHashes.Overlaps(KnownPdf2ndPatches) && !ppuHashes.Overlaps(KnownPdfPatches))
generalNotes.Add("🤔 Very interesting version of the game you got there");
}