mirror of https://github.com/PCSX2/pcsx2.git
gsdx-hw: Add missing crc id for Star Wars: The Force Unleashed PAL region.
Issue #3175
This commit is contained in:
parent
02a9d73c89
commit
92473c2ef6
|
@ -340,6 +340,7 @@ CRC::Game CRC::m_games[] =
|
|||
{0x137C792E, StarWarsForceUnleashed, US, 0},
|
||||
{0xCC9BFDE3, StarWarsForceUnleashed, JP, 0},
|
||||
{0xDAF2145C, StarWarsForceUnleashed, EU, 0},
|
||||
{0x87109051, StarWarsForceUnleashed, EU, 0},
|
||||
{0x25FC361B, DevilMayCry3, US, 0}, // SE
|
||||
{0x2F7D8AD5, DevilMayCry3, US, 0},
|
||||
{0x0BED0AF9, DevilMayCry3, US, 0},
|
||||
|
|
Loading…
Reference in New Issue