mirror of https://github.com/PCSX2/pcsx2.git
fix compilation issue
This commit is contained in:
parent
c2b67ccb78
commit
d27d2dd520
|
@ -515,7 +515,7 @@ CRC::Game CRC::m_games[] =
|
|||
{0XE1BF5DCA, SuperManReturns, US, 0},
|
||||
{0x06A7506A, SacredBlaze, JP, 0},
|
||||
{0x4CE7FB04, ItadakiStreet, JP, 0},
|
||||
{0x12804727, Jak3, PAL, 0},
|
||||
{0x12804727, Jak3, EU, 0},
|
||||
};
|
||||
|
||||
map<uint32, CRC::Game*> CRC::m_map;
|
||||
|
|
Loading…
Reference in New Issue