mirror of https://github.com/PCSX2/pcsx2.git
GSdx-hw: Add a crc id for Jak 1 US region.
This commit is contained in:
parent
9e687895e1
commit
beac776025
|
@ -441,6 +441,7 @@ CRC::Game CRC::m_games[] =
|
|||
{0x06A7506A, SacredBlaze, JP, 0},
|
||||
{0x4CE7FB04, ItadakiStreet, JP, 0},
|
||||
{0x9C712FF0, Jak1, EU, TextureInsideRt}, // Jak and Daxter: The Precursor Legacy
|
||||
{0x1B3976AB, Jak1, US, TextureInsideRt},
|
||||
{0x472E7699, Jak1, US, TextureInsideRt},
|
||||
{0x2479F4A9, Jak2, EU, TextureInsideRt},
|
||||
{0x9184AAF1, Jak2, US, TextureInsideRt},
|
||||
|
|
Loading…
Reference in New Issue