mirror of https://github.com/PCSX2/pcsx2.git
gsdx: don't dump debug file if not requested
This commit is contained in:
parent
820462dbc0
commit
42b51611af
|
@ -352,7 +352,7 @@ void GSRenderer::VSync(int field)
|
|||
|
||||
Flush();
|
||||
|
||||
if(s_n >= s_saven)
|
||||
if(s_dump && s_n >= s_saven)
|
||||
{
|
||||
m_regs->Dump(root_sw + format("%05d_f%lld_gs_reg.txt", s_n, m_perfmon.GetFrame()));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue