GSdx-d3d: Change DATE variable to local.

This commit is contained in:
lightningterror 2018-10-04 05:39:01 +02:00
parent 940263d490
commit 614209be2d
2 changed files with 1 additions and 3 deletions

View File

@ -379,7 +379,7 @@ void GSRendererDX::DrawPrims(GSTexture* rt, GSTexture* ds, GSTextureCache::Sourc
const GSVector2i& rtsize = ds ? ds->GetSize() : rt->GetSize();
const GSVector2& rtscale = ds ? ds->GetScale() : rt->GetScale();
DATE = m_context->TEST.DATE && m_context->FRAME.PSM != PSM_PSMCT24;
bool DATE = m_context->TEST.DATE && m_context->FRAME.PSM != PSM_PSMCT24;
bool ate_first_pass = m_context->TEST.DoFirstPass();
bool ate_second_pass = m_context->TEST.DoSecondPass();

View File

@ -46,8 +46,6 @@ protected:
int UserHacks_HPO;
bool DATE;
GSDeviceDX* dev;
GSDeviceDX::VSSelector m_vs_sel;