GSdx: forgot to disable some console output

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@551 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
gabest11 2009-02-20 11:18:53 +00:00
parent b3cb4ad3f8
commit 2c27126e92
1 changed files with 1 additions and 2 deletions

View File

@ -60,8 +60,7 @@ protected:
m_reset = false;
}
//
if((m_perfmon.GetFrame() & 255) == 0) m_rl.PrintStats();
// if((m_perfmon.GetFrame() & 255) == 0) m_rl.PrintStats();
}
void ResetDevice()