mirror of https://github.com/PCSX2/pcsx2.git
GSdx: one more thing to remove...
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@4442 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
9870249b17
commit
542a4a6747
|
@ -436,7 +436,6 @@ void GSRendererSW::GetScanlineGlobalData(GSScanlineGlobalData& gd)
|
||||||
if(t == NULL) {ASSERT(0); return;}
|
if(t == NULL) {ASSERT(0); return;}
|
||||||
|
|
||||||
gd.tex[i] = t->m_buff;
|
gd.tex[i] = t->m_buff;
|
||||||
gd.tex[i + 1] = NULL;
|
|
||||||
|
|
||||||
//t->Save(format("c:/temp1/%08d_%05x_%d.bmp", s_counter, context->TEX0.TBP0, i));
|
//t->Save(format("c:/temp1/%08d_%05x_%d.bmp", s_counter, context->TEX0.TBP0, i));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue