mirror of https://github.com/PCSX2/pcsx2.git
gsdx: copy past mistake
Let's always increment the s_n counter
This commit is contained in:
parent
cfddcb7a93
commit
a2d605be0b
|
@ -153,13 +153,9 @@ GSTexture* GSRendererHW::GetOutput(int i)
|
||||||
{
|
{
|
||||||
t->Save(root_hw + format("%05d_f%lld_fr%d_%05x_%d.bmp", s_n, m_perfmon.GetFrame(), i, (int)TEX0.TBP0, (int)TEX0.PSM));
|
t->Save(root_hw + format("%05d_f%lld_fr%d_%05x_%d.bmp", s_n, m_perfmon.GetFrame(), i, (int)TEX0.TBP0, (int)TEX0.PSM));
|
||||||
}
|
}
|
||||||
|
|
||||||
s_n++;
|
|
||||||
#ifdef ENABLE_OGL_DEBUG
|
|
||||||
} else {
|
|
||||||
s_n += 2;
|
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
s_n++; // Alaways increment it
|
||||||
}
|
}
|
||||||
|
|
||||||
return t;
|
return t;
|
||||||
|
|
Loading…
Reference in New Issue