From eeb8a52bd5407c5e595aad7983944b1f16b1bbf0 Mon Sep 17 00:00:00 2001 From: notaz Date: Wed, 15 Dec 2021 00:25:08 +0200 Subject: [PATCH] libretro: bump version for dynarec fixes ... and let 'l' show that it's libretro fork build and not upstream --- frontend/libretro.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.2