mirror of https://github.com/PCSX2/pcsx2.git
GS: Add missing CRC for SNK vs Capcom Chaos (J)
This commit is contained in:
parent
8c9ae90753
commit
4efa845580
|
@ -148,6 +148,7 @@ const CRC::Game CRC::m_games[] =
|
|||
{0x08277A9E, Spartan, US, 0},
|
||||
{0xAC3C1147, SVCChaos, EU, 0}, // SVC Chaos: SNK vs. Capcom
|
||||
{0xB00FF2ED, SVCChaos, JP, 0},
|
||||
{0x94834BD3, SVCChaos, JP, 0},
|
||||
{0xA32F7CD0, AceCombat4, US, 0}, // Also needed for automatic mipmapping
|
||||
{0x5ED8FB53, AceCombat4, JP, 0},
|
||||
{0x1B9B7563, AceCombat4, EU, 0},
|
||||
|
|
Loading…
Reference in New Issue