From: notaz Date: Fri, 21 Feb 2025 23:43:45 +0000 (+0200) Subject: release r25 X-Git-Tag: r25^0 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab21fa9a6cb8a48c0796558aae0d48fcafe3662d;p=pcsx_rearmed.git release r25 --- diff --git a/.github/ISSUE_TEMPLATE/report.yml b/.github/ISSUE_TEMPLATE/report.yml index aa2c3c37..e5481d32 100644 --- a/.github/ISSUE_TEMPLATE/report.yml +++ b/.github/ISSUE_TEMPLATE/report.yml @@ -6,7 +6,7 @@ body: 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 diff --git a/frontend/libretro.c b/frontend/libretro.c index 9d1824af..c67333ab 100644 --- a/frontend/libretro.c +++ b/frontend/libretro.c @@ -1096,7 +1096,7 @@ void retro_get_system_info(struct retro_system_info *info) #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; } diff --git a/readme.txt b/readme.txt index 142ce08d..057d5bd8 100644 --- a/readme.txt +++ b/readme.txt @@ -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 @@ -111,6 +109,9 @@ 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