From 2aedb97796f40a005009d72d4d2ca14dcdbb9aaf Mon Sep 17 00:00:00 2001 From: lightningterror Date: Mon, 1 Oct 2018 23:29:46 +0200 Subject: [PATCH] GSdx: Add a crc id for Burnout Revenge EU. --- plugins/GSdx/GSCrc.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/GSdx/GSCrc.cpp b/plugins/GSdx/GSCrc.cpp index 782af53a19..11cef0d0dd 100644 --- a/plugins/GSdx/GSCrc.cpp +++ b/plugins/GSdx/GSCrc.cpp @@ -412,6 +412,7 @@ CRC::Game CRC::m_games[] = {0x381EE9EF, BurnoutTakedown, EU, 0}, // E3 Demo {0xD224D348, BurnoutRevenge, US, 0}, {0x7E83CC5B, BurnoutRevenge, EU, 0}, + {0x2CAC3DBC, BurnoutRevenge, EU, 0}, {0xEEA60511, BurnoutRevenge, KO, 0}, {0x8C9576A1, BurnoutDominator, US, 0}, {0x8C9576B4, BurnoutDominator, EU, 0},