mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-01-31 01:25:22 +01:00
Check Pdf1 ppu hashes too instead of only Pdf2
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user