From: notaz Date: Tue, 14 Dec 2021 22:25:08 +0000 (+0200) Subject: libretro: bump version for dynarec fixes X-Git-Tag: r24l~538^2 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eeb8a52bd5407c5e595aad7983944b1f16b1bbf0;p=pcsx_rearmed.git libretro: bump version for dynarec fixes ... and let 'l' show that it's libretro fork build and not upstream --- diff --git a/frontend/libretro.c b/frontend/libretro.c index 8252e15b..62acf425 100644 --- a/frontend/libretro.c +++ b/frontend/libretro.c @@ -654,7 +654,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 = "r22" GIT_VERSION; + info->library_version = "r23l" GIT_VERSION; info->valid_extensions = "bin|cue|img|mdf|pbp|toc|cbn|m3u|chd"; info->need_fullpath = true; }