mirror of https://github.com/PCSX2/pcsx2.git
GSdx: Didn't need to change this :P
This commit is contained in:
parent
c31c04d3db
commit
f5e8503fa5
|
@ -2306,7 +2306,7 @@ void GSState::SetGameCRC(uint32 crc, int options)
|
|||
{
|
||||
m_crc = crc;
|
||||
m_options = options;
|
||||
m_game = CRC::Lookup(crc);
|
||||
m_game = CRC::Lookup(m_crc_hack_level ? crc : 0);
|
||||
}
|
||||
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue