frontend: update libpicofe, fix missed callbacks
[pcsx_rearmed.git] / readme.txt
index 435a682..9e12e9d 100644 (file)
@@ -49,11 +49,9 @@ the emulator.
 Supported CD image formats:
 - .bin/.cue
 - .bin/.toc
+- .chd
 - .img/.ccd/.sub
 - .mdf/.mds
-- .Z/.Z.table
-- .bz/.bz.table
-- .ZNX/.ZNX.table (partial)
 - EBOOT.PBP (PSP, partial)
 - .cbn
 
@@ -87,10 +85,9 @@ GPU (graphics) and SPU (sound) plugins can be selected in
 builtin_gpu    - this is either Exophase's ARM NEON GPU (accurate and fast,
                  available if platform supports NEON, like on pandora),
                  gpu_peops or gpu_unai (depends on compile options).
+gpu_neon.so    - Exophase's ARM NEON GPU with ARMv7 assembly optimizations.
 gpu_peops.so   - P.E.Op.S. soft GPU, reasonably accurate but slow
                  (also found with older emulators on PC)
-gpu_unai.so    - Unai's plugin from PCSX4ALL project. Faster than P.E.Op.S.
-                 but has some glitches.
 gpu_gles.so    - experimental port of P.E.Op.S. MesaGL plugin to OpenGL ES.
                  Occasionally faster but has lots of glitches and seems to
                  be rather unstable (may crash the driver/system).
@@ -113,6 +110,31 @@ the main menu where it is possible to enable/disable individual cheats.
 Changelog
 ---------
 
+r25 (2025-02-26)
+* bug fixes and compatibility improvements
+
+r24 (2024-01-22)
+* HLE compatibility has been greatly improved
+* various compatibility and accuracy improvements
++ support for more lightgun types
+- savestates from older versions might not work, especially if HLE was used.
+  Memory card files remain fully compatible.
+* many small changes I forgot about
+
+r23 (2022-03-14)
+* many fixes from various contributors on github and from the libretro fork
+* dynarec related slowdowns have been greatly reduced
+* many dynarec bug fixes
++ added chd disk image support
+
+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