mirror of https://github.com/PCSX2/pcsx2.git
Added missing CRC for Grand Theft Auto San Andreas.
This commit is contained in:
parent
ca59ce45c0
commit
ab228c8484
|
@ -459,6 +459,7 @@ CRC::Game CRC::m_games[] =
|
|||
{0xFF9C0E93, TouristTrophy, US, 0},
|
||||
{0xCA9AA903, TouristTrophy, EU, 0}, //crc hack not fully working on PAL, still needs brightness =0
|
||||
{0xA1B3F232, GTASanAndreas, EU, 0}, // cutie comment
|
||||
{0xB440A8FE, GTASanAndreas, EU, 0},
|
||||
{0x399A49CA, GTASanAndreas, US, 0},
|
||||
{0x2C6BE434, GTASanAndreas, US, 0},
|
||||
{0x60FE139C, GTASanAndreas, JP, 0},
|
||||
|
|
Loading…
Reference in New Issue