GSdx: Didn't need to change this :P

This commit is contained in:
refractionpcsx2 2015-06-17 22:41:16 +01:00
parent c31c04d3db
commit f5e8503fa5
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
//