File tree 3 files changed +10
-2
lines changed
3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 6
6
attributes :
7
7
label : PCSX-ReARMed Version
8
8
description : Version number of the emulator as shown in the menus and printed in logs.
9
- placeholder : r23l a4e249a1
9
+ placeholder : r24l 3a52f747
10
10
validations :
11
11
required : true
12
12
- type : input
Original file line number Diff line number Diff line change @@ -989,7 +989,7 @@ void retro_get_system_info(struct retro_system_info *info)
989
989
#endif
990
990
memset (info , 0 , sizeof (* info ));
991
991
info -> library_name = "PCSX-ReARMed" ;
992
- info -> library_version = "r23l " GIT_VERSION ;
992
+ info -> library_version = "r24l " GIT_VERSION ;
993
993
info -> valid_extensions = "bin|cue|img|mdf|pbp|toc|cbn|m3u|chd|iso|exe" ;
994
994
info -> need_fullpath = true;
995
995
}
Original file line number Diff line number Diff line change @@ -113,6 +113,14 @@ the main menu where it is possible to enable/disable individual cheats.
113
113
Changelog
114
114
---------
115
115
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
+
116
124
r23 (2022-03-14)
117
125
* many fixes from various contributors on github and from the libretro fork
118
126
* dynarec related slowdowns have been greatly reduced
You can’t perform that action at this time.
0 commit comments