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