mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Merge pull request #2883 from degasus/master
Profiler: Sort output by total time
This commit is contained in:
@ -402,7 +402,7 @@ void Renderer::DrawDebugText()
|
||||
}
|
||||
}
|
||||
|
||||
final_cyan += Profiler::ToString();
|
||||
final_cyan += Common::Profiler::ToString();
|
||||
|
||||
if (g_ActiveConfig.bOverlayStats)
|
||||
final_cyan += Statistics::ToString();
|
||||
|
Reference in New Issue
Block a user