Download Archive

Revision Windows Mac OS X Date Description
32 Bit 64 Bit
6689 Download Download Not available 13 years,
8 months
Upgrade GLEW to version 1.5.7: New extension: GL_NVX_gpu_memory_info Bug fixes: Improved mingw32 build support Improved ... read more
6688 Download Download Not available 13 years,
8 months
LLE JIT: * Optimised out the R11 ImmPtr instructions * Made the whitespacing a little more consistent * Disabled block ... read more
6687 Download Download Not available 13 years,
8 months
Core/DSPCore: Changed g_dsp._r back to g_dsp.r. Removed the check*Exclude functions accidentally added. Fixed the ... read more
6686 Download Download Not available 13 years,
8 months
Linux build fix.
6685 Download Download Not available 13 years,
8 months
Add ciso support. Thanks to dolphin.user839 for the patch ;) Fixes issue 2708.
6684 Download Download Not available 13 years,
8 months
DX9/DX11: Fixing some maybe possible crashes if a game was started, the config dialog opened and the game closed again. ... read more
6682 Download Download Not available 13 years,
8 months
More FIFO work. This is an Experimental commit, Fixed "Monopoly Wii" ("FIFOs linked but out of ... read more
6681 Download Download Not available 13 years,
8 months
LLE JIT: * Fixed a bug in the JCC instruction. * Changed the cycle count from u32 to u16. * Added cycle counting to the ... read more
6680 Download Download Not available 13 years,
8 months
Core/DSPCore: Reorganize register layout for accessing accumulators (acc and ax) and product register with one ... read more
6679 Download Download Not available 13 years,
8 months
Made wiimotes automatically connect on start based on their selected "Input Source" in the wiimote ... read more
6678 Download Download Not available 13 years,
8 months
Fix ClearScreen in OpenGL as well (uses clear quads instead of glClear now). Thanks to kiesel and sl1nk3 for helping me ... read more
6677 Download Download Not available 13 years,
8 months
Invalidate texture cache when the STC or native mipmaps options are changed. Fixes minor graphical glitches in these ... read more
6676 Download Download Not available 13 years,
9 months
Small fix in addition to r6669.
6675 Download Download Not available 13 years,
9 months
LLE JIT: Completed the remaining JIT DSP instructions (lrrn, srrn, ilrrn).
6674 Download Download Not available 13 years,
9 months
LLE JIT: Completed the JIT versions of the DSP Branch instructions (added ifcc, ret, rti and halt).