Add option for author name for movies. Also, minor cleanup for previous options i've added.

This commit is contained in:
rog
2012-11-14 16:21:54 -05:00
parent 8fe5aa4ee8
commit 14aa7150d9
7 changed files with 22 additions and 15 deletions

View File

@ -1092,7 +1092,7 @@ void Renderer::Swap(u32 xfbAddr, FieldType field, u32 fbWidth, u32 fbHeight,cons
D3D::font.DrawTextScaled(0, 0, 20, 20, 0.0f, 0xFF00FFFF, fps);
}
if (SConfig::GetInstance().m_showLag)
if (SConfig::GetInstance().m_ShowLag)
{
char lag[10];
StringCchPrintfA(lag, 1000, "Lag: %d\n", Movie::g_currentLagCount);