Home
last modified time | relevance | path

Searched refs:m_ShowLag (Results 1 – 4 of 4) sorted by relevance

/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Core/
H A DConfigManager.h276 bool m_ShowLag; member
H A DConfigManager.cpp110 general->Set("ShowLag", m_ShowLag); in SaveGeneralSettings()
368 general->Get("ShowLag", &m_ShowLag, false); in LoadGeneralSettings()
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/VideoCommon/
H A DRenderBase.cpp515 config.m_ShowFrameCount | config.m_ShowLag | config.m_ShowInputDisplay | config.m_ShowRTC; in DrawDebugText()
536 if (SConfig::GetInstance().m_ShowLag) in DrawDebugText()
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/DolphinQt/
H A DMenuBar.cpp749 lag_counter->setChecked(SConfig::GetInstance().m_ShowLag); in AddMovieMenu()
751 [](bool value) { SConfig::GetInstance().m_ShowLag = value; }); in AddMovieMenu()