From 5e0e4ce6a8ead297653d27ccd968a618f0dcd114 Mon Sep 17 00:00:00 2001 From: avihal Date: Wed, 21 Dec 2011 23:35:30 +0000 Subject: [PATCH] Fix Dynamic CRC hacks (got broken on r4991 ) git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5004 96395faa-99c1-11dd-bbfe-3dabce05a288 --- plugins/GSdx/GSState.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/GSdx/GSState.cpp b/plugins/GSdx/GSState.cpp index fbfa0303cf..f0b900e67b 100644 --- a/plugins/GSdx/GSState.cpp +++ b/plugins/GSdx/GSState.cpp @@ -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))