mirror of https://github.com/PCSX2/pcsx2.git
GSdx: 2 more crcs for GoW and GoW2.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5336 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
5fc77e8646
commit
180b57b9cf
|
@ -178,6 +178,7 @@ CRC::Game CRC::m_games[] =
|
|||
{0xD6385328, GodOfWar, US, 0},
|
||||
{0xFB0E6D72, GodOfWar, EU, 0},
|
||||
{0xEB001875, GodOfWar, EU, 0},
|
||||
{0xCF148C74, GodOfWar, EU, 0},
|
||||
{0xCA052D22, GodOfWar, JP, 0},
|
||||
{0xBFCC1795, GodOfWar, KO, 0},
|
||||
{0x9567B7D6, GodOfWar, KO, 0},
|
||||
|
@ -191,6 +192,7 @@ CRC::Game CRC::m_games[] =
|
|||
//same crc as the US version. {0x2F123FD8, GodOfWar2, RU, 0},
|
||||
{0x2F123FD8, GodOfWar2, US, 0},
|
||||
{0x44A8A22A, GodOfWar2, EU, 0},
|
||||
{0x60BC362B, GodOfWar2, EU, 0},
|
||||
{0x4340C7C6, GodOfWar2, KO, 0},
|
||||
{0xE96E55BD, GodOfWar2, JP, 0},
|
||||
{0xF8CD3DF6, GodOfWar2, NoRegion, 0},
|
||||
|
|
Loading…
Reference in New Issue