mirror of https://github.com/PCSX2/pcsx2.git
GSdx: Add a CRC id for RedDeadRevolver RU. (#2673)
Add missing RU crc id: RedDeadRevolver
This commit is contained in:
parent
5faed17d21
commit
3ccc53ee74
|
@ -341,6 +341,7 @@ CRC::Game CRC::m_games[] =
|
||||||
{0x37CD4279, LordOfTheRingsThirdAge, KO, 0},
|
{0x37CD4279, LordOfTheRingsThirdAge, KO, 0},
|
||||||
{0xE169BAF8, RedDeadRevolver, US, 0},
|
{0xE169BAF8, RedDeadRevolver, US, 0},
|
||||||
{0xE2E67E23, RedDeadRevolver, EU, 0},
|
{0xE2E67E23, RedDeadRevolver, EU, 0},
|
||||||
|
{0x87844524, RedDeadRevolver, RU, 0}, // Unofficial RU-version
|
||||||
{0xF56C7948, HeavyMetalThunder, JP, 0},
|
{0xF56C7948, HeavyMetalThunder, JP, 0},
|
||||||
{0x6DF62AEA, BleachBladeBattlers, JP, 0},
|
{0x6DF62AEA, BleachBladeBattlers, JP, 0},
|
||||||
{0x6EB71AB0, BleachBladeBattlers, JP, 0}, // 2nd
|
{0x6EB71AB0, BleachBladeBattlers, JP, 0}, // 2nd
|
||||||
|
|
Loading…
Reference in New Issue