From abdd847fbe44ee719385b7c4ebdc56631f52a444 Mon Sep 17 00:00:00 2001 From: lightningterror Date: Mon, 18 Jun 2018 00:53:49 +0200 Subject: [PATCH] GSdx: Add some missing crc ids. Ratchet And Clank NTSC-U: E3 Demo and EB Games Demo, Soul Calibur 2 NTSC-U: Demo. --- plugins/GSdx/GSCrc.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins/GSdx/GSCrc.cpp b/plugins/GSdx/GSCrc.cpp index 362c35d201..97aa749791 100644 --- a/plugins/GSdx/GSCrc.cpp +++ b/plugins/GSdx/GSCrc.cpp @@ -480,6 +480,7 @@ CRC::Game CRC::m_games[] = {0x86C57952, SoulCalibur2, JP, 0}, {0x83AFB38A, SoulCalibur2, KO, 0}, {0xE1B01308, SoulCalibur2, US, 0}, + {0x4B66F38C, SoulCalibur2, US, 0}, // Demo {0x632A5116, SoulCalibur2, EU, 0}, {0xFB8554A0, SoulCalibur3, JP, 0}, {0x7C7B9E71, SoulCalibur3, JP, 0}, @@ -534,6 +535,8 @@ CRC::Game CRC::m_games[] = {0x728AB07C, LegacyOfKainDefiance, US, 0}, {0xBCAD1E8A, LegacyOfKainDefiance, EU, 0}, {0xCE4933D0, RatchetAndClank, US, 0}, + {0x6F191506, RatchetAndClank, US, 0}, // E3 Demo + {0x81CBFEA2, RatchetAndClank, US, 0}, // EB Games Demo {0x56A35F77, RatchetAndClank, JP, 0}, {0x76F724A3, RatchetAndClank, EU, 0}, {0xB3A71D10, RatchetAndClank2, US, 0}, // Going Commando