mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-26 21:35:28 +00:00
Revert "Merge pull request #4287 from shuffle2/typo-fix"
This reverts commit 6bff97ea300e452cf13196488f1b717f51695ead, reversing changes made to 5c0fa4db4fa4a2533c190825e83675f074eaf50c.
This commit is contained in:
parent
183f3c3759
commit
b8a1611f4a
@ -320,12 +320,12 @@ void Renderer::DrawDebugText()
|
||||
if (SConfig::GetInstance().m_ShowFrameCount)
|
||||
{
|
||||
draw_text(OSD::MessageType::FrameCount,
|
||||
StringFromFormat("Frame: %" PRIu64, Movie::GetCurrentFrame()));
|
||||
StringFromFormat("Frame: %" PRIx64, Movie::GetCurrentFrame()));
|
||||
|
||||
if (Movie::IsPlayingInput())
|
||||
{
|
||||
draw_text(OSD::MessageType::MovieInputCount,
|
||||
StringFromFormat("Input: %" PRIu64 " / %" PRIu64, Movie::GetCurrentInputCount(),
|
||||
StringFromFormat("Input: %" PRIx64 " / %" PRIx64, Movie::GetCurrentInputCount(),
|
||||
Movie::GetTotalInputCount()));
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user