From ab21fa9a6cb8a48c0796558aae0d48fcafe3662d Mon Sep 17 00:00:00 2001 From: notaz <notasas@gmail.com> Date: Sat, 22 Feb 2025 01:43:45 +0200 Subject: [PATCH] release r25 --- .github/ISSUE_TEMPLATE/report.yml | 2 +- frontend/libretro.c | 2 +- readme.txt | 7 ++++--- 3 files changed, 6 insertions(+), 5 deletions(-) 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 -- 2.39.5