mirror of https://github.com/PCSX2/pcsx2.git
GSdx: Add missing CRC for Tomb Raider Underworld
This commit is contained in:
parent
31400b29c3
commit
66a87ce4d0
|
@ -357,6 +357,7 @@ CRC::Game CRC::m_games[] =
|
|||
{0xF21EE6E0, CrashNburn, US, 0},
|
||||
{0x694A998E, TombRaiderUnderworld, JP, 0}, // cutie comment
|
||||
{0x8E214549, TombRaiderUnderworld, EU, 0},
|
||||
{0x618769D6, TombRaiderUnderworld, US, 0},
|
||||
{0xB639EB17, TombRaiderAnniversary, US, 0},
|
||||
{0xB05805B6, TombRaiderAnniversary, JP, 0}, // cutie comment
|
||||
{0xA629A376, TombRaiderAnniversary, EU, 0},
|
||||
|
|
Loading…
Reference in New Issue