3.0-588 10 years, 4 months ago Fixed ARAM DMA overflow situations. Fixes issue 4952.
3.0-592 10 years, 4 months ago Changed the JIT code to make the FPU exception timing more accurate. The exception is now triggered at the first FP instruction instead of the start of the block. Rearranged the JIT exception code fo...
3.0-602 10 years, 4 months ago Added preliminary support for the Gekko CPU Performance Monitor. Fixes Harry Potter and the Prisoner of Azkaban.
3.0-603 10 years, 4 months ago Changed the performance monitor check to a compile time check instead of run-time.
3.0-604 10 years, 4 months ago Reset the performance counters at the start of the each block.
3.0-593 10 years, 4 months ago JitIL code cleanup
3.0-604 10 years, 4 months ago Merge branch 'JIT-Exceptions'
3.0-605 10 years, 4 months ago Added preliminary support for the Gekko CPU Performance Monitor. Fixes Harry Potter and the Prisoner of Azkaban.
3.0-606 10 years, 4 months ago Changed the performance monitor check to a compile time check instead of run-time.
3.0-607 10 years, 4 months ago Reset the performance counters at the start of the each block.
3.0-608 10 years, 4 months ago Fixed a typo and some far jumps in the JIT.
3.0-612 10 years, 4 months ago Merge Conflicts: Source/Core/Core/Src/PowerPC/PowerPC.cpp
3.0-613 10 years, 4 months ago Fixed ARAM DMA overflow situations. Fixes issue 4952.
3.0-614 10 years, 4 months ago Added preliminary support for ARAM memory map mode "4".
3.0-616 10 years, 4 months ago Merge branch 'ARAM' of https://code.google.com/p/dolphin-emu into ARAM
3.0-617 10 years, 4 months ago Lock the DSP thread on its own core when using "Lock threads to cores" and "LLE on Thread". Greatly improves DSPLLE performance on Linux with >= 3 cores CPUs.
3.0-618 10 years, 4 months ago Include libavutil/mathematics.h explictly in AVIDump.cpp. Fixes issue #5266.
3.0-619 10 years, 4 months ago Fix DirectInput D-Pad handling.
3.0-620 10 years, 4 months ago Fix hide mouse cursor on linux. Fix emulator window position when rendering to main on linux. Allow building against wxWidgets 2.9.3 on linux.
3.0-621 10 years, 4 months ago Instead of ignoring various subdirectories of the Binary directory, just ignore that directory.