small cleanup on info in caption / statusbar

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1088 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
omegadox 2008-11-07 04:37:50 +00:00
parent 256474bd0e
commit 5a9b38d639
1 changed files with 1 additions and 1 deletions

View File

@ -511,7 +511,7 @@ void Callback_VideoCopiedToXFB()
float t = (float)(Timer.GetTimeDifference()) / 1000.f;
char temp[256];
sprintf(temp, "FPS: %8.2f - %s - %i MHz (%i real, %i idle skipped) out of %i MHz",
sprintf(temp, "FPS:%8.2f - Core: %s - Speed: %i MHz [Real: %i + IdleSkip: %i] / %i MHz",
(float)frames / t,
g_CoreStartupParameter.bUseJIT ? "JIT" : "Interpreter",
(int)(diff),