Don't reverse CRC32 hash

This commit is contained in:
Deterous
2025-11-22 18:00:52 +09:00
committed by GitHub
parent 2c7e6423cf
commit 85fbd11621
-1
View File
@@ -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