From 56fef013c5f06ee231ebefafb5897abd047a54ee Mon Sep 17 00:00:00 2001 From: notaz Date: Sun, 29 Mar 2026 02:11:27 +0200 Subject: [PATCH] release r26 --- .github/ISSUE_TEMPLATE/report.yml | 2 +- frontend/libretro.c | 2 +- frontend/pandora/readme.txt | 4 ++++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/report.yml b/.github/ISSUE_TEMPLATE/report.yml index e5481d32..572ffc34 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: r25 ef0559d4 + placeholder: r26 ef0559d4 validations: required: true - type: input diff --git a/frontend/libretro.c b/frontend/libretro.c index 936bd93d..9ccf9be2 100644 --- a/frontend/libretro.c +++ b/frontend/libretro.c @@ -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; } diff --git a/frontend/pandora/readme.txt b/frontend/pandora/readme.txt index 9e12e9d8..757039b3 100644 --- a/frontend/pandora/readme.txt +++ b/frontend/pandora/readme.txt @@ -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 -- 2.47.3