![EmuCR: PS2 emulator EmuCR:PS2 emulator](http://img14.imageshack.us/img14/2286/images2hhj.jpg)
PCSX2 SVN Changelog:
r970
microVU: bug fixes on some flag handling stuff.
r971
Many Emitter updates:
* added implementations for MOV and Shift instructions (SHL, SHR, ROL, ROR,etc).
* Improved compilation optimization considerably, by improving inlining selection in cases where constant propagation can be resolved reliably.
* Moved lots of code around, so that the new emitter and the legacy emitter are more clearly separated; and renamed some vars.
* Changed recompilers to initialize the recBlocks array to 0xcc instead of 0xcd(fills the blocks with the single-byte instruction INT3, which fixes the misalignment mess that would sometimes happen when using disasm views on the RecBlocks contents).
* Switched back to /O2 (Optimize for Speed) instead of /Ox, since MSVC (for me) generally fails to optimize Thread-Local storage in /Ox mode.
Download: PCSX2 SVN r971
0 Comments
Post a Comment