Fix Dynamic CRC hacks (got broken on r4991 )

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5004 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
avihal 2011-12-21 23:35:30 +00:00
parent fff11cf207
commit 5e0e4ce6a8
1 changed files with 1 additions and 1 deletions

View File

@ -3462,7 +3462,7 @@ bool GSState::IsBadFrame(int& skip, int UserHacks_SkipDraw)
GetSkipCount gsc = map[m_game.title];
g_crc_region = m_game.region;
#ifdef USE_DYNAMIC_CRC_HACK
#ifdef ENABLE_DYNAMIC_CRC_HACK
bool res=false; if(IsInvokedDynamicCrcHack(fi, skip, g_crc_region, res)){ if( !res ) return false; } else
#endif
if(gsc && !gsc(fi, skip))