Skip to content

Commit 46d596b

Browse files
committed
release r24
1 parent fdcc150 commit 46d596b

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.github/ISSUE_TEMPLATE/report.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ body:
66
attributes:
77
label: PCSX-ReARMed Version
88
description: Version number of the emulator as shown in the menus and printed in logs.
9-
placeholder: r23l a4e249a1
9+
placeholder: r24l 3a52f747
1010
validations:
1111
required: true
1212
- type: input

frontend/libretro.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -989,7 +989,7 @@ void retro_get_system_info(struct retro_system_info *info)
989989
#endif
990990
memset(info, 0, sizeof(*info));
991991
info->library_name = "PCSX-ReARMed";
992-
info->library_version = "r23l" GIT_VERSION;
992+
info->library_version = "r24l" GIT_VERSION;
993993
info->valid_extensions = "bin|cue|img|mdf|pbp|toc|cbn|m3u|chd|iso|exe";
994994
info->need_fullpath = true;
995995
}

readme.txt

+8
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,14 @@ the main menu where it is possible to enable/disable individual cheats.
113113
Changelog
114114
---------
115115

116+
r24 (2024-01-22)
117+
* HLE compatibility has been greatly improved
118+
* various compatibility and accuracy improvements
119+
+ support for more lightgun types
120+
- savestates from older versions might not work, especially if HLE was used.
121+
Memory card files remain fully compatible.
122+
* many small changes I forgot about
123+
116124
r23 (2022-03-14)
117125
* many fixes from various contributors on github and from the libretro fork
118126
* dynarec related slowdowns have been greatly reduced

0 commit comments

Comments
 (0)