From 85fbd116214f6fa76b947436c60cb5b06e2d3039 Mon Sep 17 00:00:00 2001 From: Deterous <138427222+Deterous@users.noreply.github.com> Date: Sat, 22 Nov 2025 18:00:52 +0900 Subject: [PATCH] Don't reverse CRC32 hash --- IRDKit/Program.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/IRDKit/Program.cs b/IRDKit/Program.cs index 371eff0..8243f87 100644 --- a/IRDKit/Program.cs +++ b/IRDKit/Program.cs @@ -1038,7 +1038,6 @@ namespace IRDKit string crc32String = LibIRD.IRD.ByteArrayToHexString(crc32).ToLowerInvariant(); // Convert to UInt for use as UID in IRD - Array.Reverse(crc32); uint crc32UInt = BitConverter.ToUInt32(crc32, 0); // Search for ISO on redump.org