Skip to content

Commit

Permalink
release r24
Browse files Browse the repository at this point in the history
  • Loading branch information
notaz committed Jan 21, 2024
1 parent fdcc150 commit 46d596b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion frontend/libretro.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down
8 changes: 8 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 46d596b

Please sign in to comment.