mirror of https://github.com/PCSX2/pcsx2.git
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:
parent
ecfe0b5011
commit
bb7dc87819
|
@ -1289,8 +1289,8 @@ void recompileNextInstruction(int delayslot)
|
|||
return;
|
||||
}
|
||||
}
|
||||
opcode.recompile();
|
||||
s_nBlockCycles += opcode.cycles;
|
||||
opcode.recompile();
|
||||
}
|
||||
|
||||
if( !delayslot ) {
|
||||
|
|
Loading…
Reference in New Issue