release r26 master github/master r26
authornotaz <notasas@gmail.com>
Sun, 29 Mar 2026 00:11:27 +0000 (02:11 +0200)
committernotaz <notasas@gmail.com>
Sun, 29 Mar 2026 00:11:27 +0000 (02:11 +0200)
.github/ISSUE_TEMPLATE/report.yml
frontend/libretro.c
frontend/pandora/readme.txt

index e5481d3..572ffc3 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: r25 ef0559d4
+      placeholder: r26 ef0559d4
     validations:
       required: true
   - type: input
index 936bd93..9ccf9be 100644 (file)
@@ -1214,7 +1214,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  = "r25" GIT_VERSION;
+   info->library_version  = "r26" GIT_VERSION;
    info->valid_extensions = "bin|cue|img|mdf|pbp|toc|cbn|m3u|chd|iso|exe";
    info->need_fullpath    = true;
 }
index 9e12e9d..757039b 100644 (file)
@@ -110,6 +110,10 @@ the main menu where it is possible to enable/disable individual cheats.
 Changelog
 ---------
 
+r26 (2025-03-29)
+* bug fixes and compatibility improvements
+* fast forward should be fast again if frameskip is on
+
 r25 (2025-02-26)
 * bug fixes and compatibility improvements