mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 13:48:56 +00:00
Add option for author name for movies. Also, minor cleanup for previous options i've added.
This commit is contained in:
parent
8fe5aa4ee8
commit
14aa7150d9
7 changed files with 22 additions and 15 deletions
|
@ -532,7 +532,7 @@ void Renderer::DrawDebugInfo()
|
|||
if (g_ActiveConfig.bShowFPS)
|
||||
p+=sprintf(p, "FPS: %d\n", s_fps);
|
||||
|
||||
if (SConfig::GetInstance().m_showLag)
|
||||
if (SConfig::GetInstance().m_ShowLag)
|
||||
p+=sprintf(p, "Lag: %d\n", Movie::g_currentLagCount);
|
||||
|
||||
if (g_ActiveConfig.bShowInputDisplay)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue