mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-05 07:39:17 +00:00
Partially revert "General: Toss out PRI macro usage"
This commit is contained in:
parent
3014feedc8
commit
19459e827f
36 changed files with 63 additions and 74 deletions
|
@ -312,7 +312,7 @@ void Renderer::DrawDebugText()
|
|||
|
||||
if (SConfig::GetInstance().m_ShowLag)
|
||||
{
|
||||
final_cyan += StringFromFormat("Lag: %llu\n", Movie::g_currentLagCount);
|
||||
final_cyan += StringFromFormat("Lag: %" PRIu64 "\n", Movie::g_currentLagCount);
|
||||
final_yellow += "\n";
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue