mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 08:09:26 +01:00
Merge pull request #10136 from malleoz/show-input-polls-on-m_ShowFrameCount
RenderBase: Show input count on m_ShowFrameCount
This commit is contained in:
commit
a7224b299c
@ -569,6 +569,7 @@ void Renderer::DrawDebugText()
|
|||||||
else if (config.m_ShowFrameCount)
|
else if (config.m_ShowFrameCount)
|
||||||
{
|
{
|
||||||
ImGui::Text("Frame: %" PRIu64, Movie::GetCurrentFrame());
|
ImGui::Text("Frame: %" PRIu64, Movie::GetCurrentFrame());
|
||||||
|
ImGui::Text("Input: %" PRIu64, Movie::GetCurrentInputCount());
|
||||||
}
|
}
|
||||||
if (SConfig::GetInstance().m_ShowLag)
|
if (SConfig::GetInstance().m_ShowLag)
|
||||||
ImGui::Text("Lag: %" PRIu64 "\n", Movie::GetCurrentLagCount());
|
ImGui::Text("Lag: %" PRIu64 "\n", Movie::GetCurrentLagCount());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user