From 46d596bb5ba732fc0609d2e98c5cd934d0edd731 Mon Sep 17 00:00:00 2001 From: notaz Date: Sun, 21 Jan 2024 01:06:36 +0200 Subject: [PATCH] release r24 --- .github/ISSUE_TEMPLATE/report.yml | 2 +- frontend/libretro.c | 2 +- readme.txt | 8 ++++++++ 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/report.yml b/.github/ISSUE_TEMPLATE/report.yml index f68f236b..aa2c3c37 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: r23l a4e249a1 + placeholder: r24l 3a52f747 validations: required: true - type: input diff --git a/frontend/libretro.c b/frontend/libretro.c index 7b29a23a..0a98e83e 100644 --- a/frontend/libretro.c +++ b/frontend/libretro.c @@ -989,7 +989,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 = "r23l" GIT_VERSION; + info->library_version = "r24l" 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 1125bf94..1f1f2d52 100644 --- a/readme.txt +++ b/readme.txt @@ -113,6 +113,14 @@ the main menu where it is possible to enable/disable individual cheats. Changelog --------- +r24 (2024-01-22) +* HLE compatibility has been greatly improved +* various compatibility and accuracy improvements ++ support for more lightgun types +- savestates from older versions might not work, especially if HLE was used. + Memory card files remain fully compatible. +* many small changes I forgot about + r23 (2022-03-14) * many fixes from various contributors on github and from the libretro fork * dynarec related slowdowns have been greatly reduced -- 2.39.2