attributes:
label: PCSX-ReARMed Version
description: Version number of the emulator as shown in the menus and printed in logs.
- placeholder: r23l a4e249a1
+ placeholder: r24l 3a52f747
validations:
required: true
- type: input
#endif
memset(info, 0, sizeof(*info));
info->library_name = "PCSX-ReARMed";
- info->library_version = "r23l" GIT_VERSION;
+ info->library_version = "r24l" GIT_VERSION;
info->valid_extensions = "bin|cue|img|mdf|pbp|toc|cbn|m3u|chd|iso|exe";
info->need_fullpath = true;
}
Changelog
---------
+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