mirror of https://github.com/PCSX2/pcsx2.git
GS: Adding KOF2002 CRC IDs
Adding: - The King of Fighters 2002 (EUR) - The King of Fighters 2002 (JAP) - The King of Fighters 2002 - SNK Best Collection (JAP) - The King of Fighters 2002 (USA) from Disc 1 of the bundle of The King of Fighters 02/03
This commit is contained in:
parent
7353c26a4f
commit
0ae17ddb1a
|
@ -149,6 +149,10 @@ const CRC::Game CRC::m_games[] =
|
|||
{0xAC3C1147, SVCChaos, EU, 0}, // SVC Chaos: SNK vs. Capcom
|
||||
{0xB00FF2ED, SVCChaos, JP, 0},
|
||||
{0x94834BD3, SVCChaos, JP, 0},
|
||||
{0xCF1D71EE, KOF2002, EU, 0}, // The King of Fighters 2002
|
||||
{0xABD16263, KOF2002, JP, 0},
|
||||
{0x424A8601, KOF2002, JP, 0},
|
||||
{0x7F74D8D0, KOF2002, US, 0},
|
||||
{0xA32F7CD0, AceCombat4, US, 0}, // Also needed for automatic mipmapping
|
||||
{0x5ED8FB53, AceCombat4, JP, 0},
|
||||
{0x1B9B7563, AceCombat4, EU, 0},
|
||||
|
|
Loading…
Reference in New Issue