release r24 r24
authornotaz <notasas@gmail.com>
Sat, 20 Jan 2024 23:06:36 +0000 (01:06 +0200)
committernotaz <notasas@gmail.com>
Sun, 21 Jan 2024 23:04:03 +0000 (01:04 +0200)
.github/ISSUE_TEMPLATE/report.yml
frontend/libretro.c
readme.txt

index f68f236..aa2c3c3 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: r23l a4e249a1
+      placeholder: r24l 3a52f747
     validations:
       required: true
   - type: input
index 7b29a23..0a98e83 100644 (file)
@@ -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;
 }
index 1125bf9..1f1f2d5 100644 (file)
@@ -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