mirror of https://github.com/PCSX2/pcsx2.git
gsdx-hw: Add Jak 2 JP to crc list. (#3240)
This commit is contained in:
parent
2b6905307d
commit
c0eb053866
plugins/GSdx
|
@ -459,6 +459,7 @@ CRC::Game CRC::m_games[] =
|
|||
{0x9184AAF1, Jak2, US, TextureInsideRt},
|
||||
{0xA2034C69, Jak2, US, TextureInsideRt}, // Demo
|
||||
{0x25FE4D23, Jak2, KO, TextureInsideRt},
|
||||
{0xB4976DAF, Jak2, JP, TextureInsideRt},
|
||||
{0x12804727, Jak3, EU, TextureInsideRt},
|
||||
{0xE59E10BF, Jak3, EU, TextureInsideRt},
|
||||
{0xCA68E4D5, Jak3, EU, TextureInsideRt}, // Demo
|
||||
|
|
Loading…
Reference in New Issue