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:
parent
256474bd0e
commit
5a9b38d639
|
@ -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),
|
||||
|
|
Loading…
Reference in New Issue