diff --git a/plugins/GSdx/GS.cpp b/plugins/GSdx/GS.cpp index 5ca68fa771..3c5d0b1e30 100644 --- a/plugins/GSdx/GS.cpp +++ b/plugins/GSdx/GS.cpp @@ -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)