From eb69b538e8ed441a2308aec2b265290bb4fdc100 Mon Sep 17 00:00:00 2001 From: Fanatic-64 <10682703+Fanatic-64@users.noreply.github.com> Date: Thu, 16 Jan 2025 05:54:55 +0000 Subject: [PATCH] Add CIC CRCs for iQue Player games --- Source/Project64-core/N64System/N64Rom.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Source/Project64-core/N64System/N64Rom.cpp b/Source/Project64-core/N64System/N64Rom.cpp index 92a3d2207..49d54195e 100644 --- a/Source/Project64-core/N64System/N64Rom.cpp +++ b/Source/Project64-core/N64System/N64Rom.cpp @@ -292,6 +292,9 @@ CICChip CN64Rom::GetCicChipID(uint8_t * RomData, uint64_t * CRC) { case 0x000000D0027FDF31: return CIC_NUS_6101; case 0x000000CFFB631223: return CIC_NUS_6101; + case 0x000000C34B2826B8: return CIC_NUS_6101; // iQue + case 0x0000002F35CF0DE9: return CIC_NUS_6101; // iQue (Paper Mario) + case 0x000000C92ADFE50A: return CIC_NUS_6101; // iQue (Sin and Punishment) case 0x000000D057C85244: return CIC_NUS_6102; case 0x000000D6497E414B: return CIC_NUS_6103; case 0x0000011A49F60E96: return CIC_NUS_6105;