release r25 r25
authornotaz <notasas@gmail.com>
Fri, 21 Feb 2025 23:43:45 +0000 (01:43 +0200)
committernotaz <notasas@gmail.com>
Tue, 25 Feb 2025 23:59:37 +0000 (01:59 +0200)
.github/ISSUE_TEMPLATE/report.yml
frontend/libretro.c
readme.txt

index aa2c3c3..e5481d3 100644 (file)
@@ -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
index 9d1824a..c67333a 100644 (file)
@@ -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;
 }
index 142ce08..057d5bd 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
 
@@ -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