aboutsummaryrefslogtreecommitdiff
path: root/readme.txt
diff options
context:
space:
mode:
authornotaz2015-02-05 02:50:46 +0200
committernotaz2015-02-05 02:56:05 +0200
commitbf48d3aa5a4916f9228bc7d18a417c136fdc30a5 (patch)
tree4967332f56b013a717b0dd6ece8b828cb1409aff /readme.txt
parentef0adba4796f95e60ac83bc4d5eabff809311b31 (diff)
downloadpcsx_rearmed-bf48d3aa5a4916f9228bc7d18a417c136fdc30a5.tar.gz
pcsx_rearmed-bf48d3aa5a4916f9228bc7d18a417c136fdc30a5.tar.bz2
pcsx_rearmed-bf48d3aa5a4916f9228bc7d18a417c136fdc30a5.zip
release r22
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index 435a682..55e1feb 100644
--- a/readme.txt
+++ b/readme.txt
@@ -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