diff options
author | Twinaphex | 2015-02-06 09:39:11 +0100 |
---|---|---|
committer | Twinaphex | 2015-02-06 09:39:11 +0100 |
commit | 40dabc0b86e98a2f9b754692bd98404d038f6bce (patch) | |
tree | 27a148679e25f6edb7a2dd85c54514139bb72450 /readme.txt | |
parent | cebb70f24ab54693b12aaa27b85a52689e26e1ff (diff) | |
parent | 2af7e74feec67c0a798ac190774cb4b3e925be76 (diff) | |
download | pcsx_rearmed-40dabc0b86e98a2f9b754692bd98404d038f6bce.tar.gz pcsx_rearmed-40dabc0b86e98a2f9b754692bd98404d038f6bce.tar.bz2 pcsx_rearmed-40dabc0b86e98a2f9b754692bd98404d038f6bce.zip |
Merge pull request #14 from notaz/for_libretro
r22 merge
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -113,6 +113,14 @@ the main menu where it is possible to enable/disable individual cheats. Changelog --------- +r22 (2015-02-05) +* general: fixed a race condition/crash in threaded SPU mode +* pandora: C64x: fixed compatibility with newer c64_tools, enabled L2 cache +* frontend: fixed control config corruption on load for devices that are + disconnected on startup +* some dma accuracy improvements, might fix occasional glitches in ff7 +* ARMv6 build and the dynarec now make use of available instructions (gizmo98) + r21 (2015-01-12) + general: added ability to run SPU emulation on a separate thread, enabled it by default when multicore CPU is detected. Significant effort was made to |