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:
ramapcsx2 2012-06-20 13:23:35 +00:00
parent 179246a4eb
commit 48284746d6
1 changed files with 1 additions and 1 deletions

View File

@ -750,7 +750,7 @@ EXPORT_C GSsetGameCRC(uint32 crc, int options)
if (!userHacks_DisableCrcHacks1) if (!userHacks_DisableCrcHacks1)
s_gs->SetGameCRC(crc, options); s_gs->SetGameCRC(crc, options);
else else
s_gs->SetGameCRC(0, options); s_gs->SetGameCRC(0xfffffffe, options);
} }
EXPORT_C GSgetLastTag(uint32* tag) EXPORT_C GSgetLastTag(uint32* tag)