mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 22:29:21 +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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue