mirror of https://github.com/PCSX2/pcsx2.git
Add crc hack for project metafalica
Closes https://github.com/PCSX2/pcsx2/issues/1762
This commit is contained in:
parent
b123b6df89
commit
2aa33e2875
|
@ -27,6 +27,7 @@ CRC::Game CRC::m_games[] =
|
|||
{
|
||||
{0x00000000, NoTitle, NoRegion, 0},
|
||||
{0xF46142D3, ArTonelico2, NoRegion, 0},
|
||||
{0xC38067F4, ArTonelico2, NoRegion, 0}, // project metafalica 1.0
|
||||
{0xF95F37EE, ArTonelico2, US, 0},
|
||||
{0xCE2C1DBF, ArTonelico2, EU, 0},
|
||||
{0x2113EA2E, MetalSlug6, JP, 0},
|
||||
|
|
Loading…
Reference in New Issue