small JITTEST typo fix
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2218 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
9651a30c1b
commit
7958eae6da
|
@ -611,7 +611,7 @@ void Callback_VideoCopiedToXFB()
|
|||
char temp[256];
|
||||
sprintf(temp, "FPS:%8.2f - Core: %s | %s - Speed: %i MHz [Real: %i + IdleSkip: %i] / %i MHz",
|
||||
(float)frames / t,
|
||||
#ifdef JITTEST
|
||||
#if defined(JITTEST) && JITTEST
|
||||
#ifdef _M_IX86
|
||||
_CoreParameter.bUseJIT ? "JIT32IL" : "Int32",
|
||||
#else
|
||||
|
|
Loading…
Reference in New Issue