mirror of https://github.com/PCSX2/pcsx2.git
GSdx: Better CRC disable value, using -2.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5318 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
179246a4eb
commit
48284746d6
|
@ -750,7 +750,7 @@ EXPORT_C GSsetGameCRC(uint32 crc, int options)
|
|||
if (!userHacks_DisableCrcHacks1)
|
||||
s_gs->SetGameCRC(crc, options);
|
||||
else
|
||||
s_gs->SetGameCRC(0, options);
|
||||
s_gs->SetGameCRC(0xfffffffe, options);
|
||||
}
|
||||
|
||||
EXPORT_C GSgetLastTag(uint32* tag)
|
||||
|
|
Loading…
Reference in New Issue