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