mirror of https://github.com/PCSX2/pcsx2.git
Merge pull request #1183 from netoale/patch-1
GSDX: Add The Simpsons Game (F) CRC to GSCrc.cpp
This commit is contained in:
commit
44e6445180
|
@ -223,6 +223,7 @@ CRC::Game CRC::m_games[] =
|
||||||
{0xFB236A46, SonicUnleashed, US, 0},
|
{0xFB236A46, SonicUnleashed, US, 0},
|
||||||
{0x8C913264, SonicUnleashed, EU, 0},
|
{0x8C913264, SonicUnleashed, EU, 0},
|
||||||
{0x5C1EBD61, SimpsonsGame, EU, 0},
|
{0x5C1EBD61, SimpsonsGame, EU, 0},
|
||||||
|
{0x5C1EBF61, SimpsonsGame, FR, 0},
|
||||||
{0x4C7BB3C8, SimpsonsGame, NoRegion, 0},
|
{0x4C7BB3C8, SimpsonsGame, NoRegion, 0},
|
||||||
{0x4C94B32C, SimpsonsGame, NoRegion, 0},
|
{0x4C94B32C, SimpsonsGame, NoRegion, 0},
|
||||||
{0x565B7E04, SimpsonsGame, IT, 0},
|
{0x565B7E04, SimpsonsGame, IT, 0},
|
||||||
|
|
Loading…
Reference in New Issue