From bf48d3aa5a4916f9228bc7d18a417c136fdc30a5 Mon Sep 17 00:00:00 2001 From: notaz Date: Thu, 5 Feb 2015 02:50:46 +0200 Subject: [PATCH] release r22 --- frontend/libretro.c | 2 +- readme.txt | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/frontend/libretro.c b/frontend/libretro.c index 38514b5c..867522d1 100644 --- a/frontend/libretro.c +++ b/frontend/libretro.c @@ -283,7 +283,7 @@ void retro_get_system_info(struct retro_system_info *info) { memset(info, 0, sizeof(*info)); info->library_name = "PCSX-ReARMed"; - info->library_version = "r21"; + info->library_version = "r22"; info->valid_extensions = "bin|cue|img|mdf|pbp|toc|cbn|m3u"; info->need_fullpath = true; } diff --git a/readme.txt b/readme.txt index 435a682d..55e1feb8 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 -- 2.39.2