dolphin/Source
pierre 34909ecebc Core/DSPCore: Make the JIT blocks return the number of cycles executed.
The block_size seems to be not reliable, even after trying to more closely match
the interpreter by looking at the analysis for (addr+opcode->size-1) for detecting
the end of the block.

Since we need to "calculate" this number shortly before returning to
RunForCycles, it seemed logical to use the (up to now) unused return value
of the blocks.

Improves SMG2 here.


git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6266 8ced0084-cf51-0410-be5f-012b33b47a6e
2010-10-09 21:43:57 +00:00
..
Core Core/DSPCore: Make the JIT blocks return the number of cycles executed. 2010-10-09 21:43:57 +00:00
DSPSpy fixes for my previous commits 2010-08-14 09:07:28 +00:00
DSPTool Build but don't install the dsptool/tester/MemcardManager tools 2010-07-22 03:38:32 +00:00
PluginSpecs I've observed that "FIFO is overflown by GatherPipe" is not real overflow. 2010-08-10 07:25:35 +00:00
Plugins Fix a bug introduced by r6240. 2010-10-09 13:47:56 +00:00
TestSuite Add Turntable.cpp to SCons build. 2010-10-03 08:20:24 +00:00
UnitTests Build but don't install the dsptool/tester/MemcardManager tools 2010-07-22 03:38:32 +00:00
Dolphin.sln Fix "Plugin_VideoMerge" dependencies. 2010-09-20 22:53:32 +00:00