mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-22 06:41:08 +00:00
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];
|
char temp[256];
|
||||||
sprintf(temp, "FPS:%8.2f - Core: %s | %s - Speed: %i MHz [Real: %i + IdleSkip: %i] / %i MHz",
|
sprintf(temp, "FPS:%8.2f - Core: %s | %s - Speed: %i MHz [Real: %i + IdleSkip: %i] / %i MHz",
|
||||||
(float)frames / t,
|
(float)frames / t,
|
||||||
#ifdef JITTEST
|
#if defined(JITTEST) && JITTEST
|
||||||
#ifdef _M_IX86
|
#ifdef _M_IX86
|
||||||
_CoreParameter.bUseJIT ? "JIT32IL" : "Int32",
|
_CoreParameter.bUseJIT ? "JIT32IL" : "Int32",
|
||||||
#else
|
#else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user