Silly bug made each EE branch count as 0 cycles.

Enjoy some "free" speedups :p

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@1019 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
ramapcsx2 2009-04-19 13:55:09 +00:00
parent ecfe0b5011
commit bb7dc87819
1 changed files with 1 additions and 1 deletions

View File

@ -1289,8 +1289,8 @@ void recompileNextInstruction(int delayslot)
return;
}
}
opcode.recompile();
s_nBlockCycles += opcode.cycles;
opcode.recompile();
}
if( !delayslot ) {