Revision | Windows | Mac OS X | Date | Description | |
---|---|---|---|---|---|
32 Bit | 64 Bit | ||||
6044 | Download | Download | Not available | 14 years, 3 months |
Oops. Fix scons indentation mistake from my last commit. |
6043 | Download | Download | Not available | 14 years, 3 months |
Fix the debug build on linux. |
6042 | Download | Download | Not available | 14 years, 3 months |
Fix issue 2694. Fix another dramatic spelling "mistake" in DX9 which I forgot to commit last time. |
6041 | Download | Download | Not available | 14 years, 3 months |
DSP HLE * Some fixes to linear interpolation * Adds interpolation to ADPCM samples * Relaxed a volume limit in ... read more |
6040 | Download | Download | Not available | 14 years, 3 months |
MMMU Speed Optimisations: * Optimised the memory bounds check in MMU and MMU speed hack games. |
6039 | Download | Download | Not available | 14 years, 3 months |
Stub out glGetError() calls from the release build of the OpenGL plug-in (found by ector, code by LordMark). Gives a ... read more |
6038 | Download | Download | Not available | 14 years, 3 months |
Explicitly designate VB script engine, as it might not have been linked to any script host due to security concerns. |
6037 | Download | Download | Not available | 14 years, 3 months |
Make toggling of word wrap for the log window nicer for linux. Unfortunately this method is only implemented for wxGTK ... read more |
6036 | Download | Download | Not available | 14 years, 3 months |
* Fixed a careless mistake of mine with SetJumpTarget * Changed ABI_PARAM back to ECX/EDX. Thanks for the tip, Soren * ... read more |
6035 | Download | Download | Not available | 14 years, 3 months |
Revert parts of r6032 that break OS X and probably other non-Windows platforms as well. It would seem that ABI_PARAMx ... read more |
6034 | Download | Download | Not available | 14 years, 3 months |
MMU Speed Optimisations: * Un-cleaned the Load/Store code. I think this will fix the stability issues from r6032 * ... read more |
6033 | Download | Download | Not available | 14 years, 3 months |
make "show pc" in dsp lle debugger actually work again code cleanup in Hash.cpp |
6032 | Download | Download | Not available | 14 years, 3 months |
MMU Speed Optimisations: * Added memory exception checking to JIT instructions * Cleaned up Load/Store code (thanks ... read more |
6031 | Download | Download | Not available | 14 years, 3 months |
Create the log window after the menus. This fixes the font ugliness on windows. Fix modality for the config dialogs on ... read more |
6030 | Download | Download | Not available | 14 years, 3 months |
Build with -msse3 on OS X. The first Intel Macs were Core Duo/Solo, which had SSE3. Keep -msse2 on other platforms. Not ... read more |