aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortwinaphex2013-03-22 00:25:50 +0100
committertwinaphex2013-03-22 00:25:50 +0100
commit8045ba8e68a2426d01ce235696b5b9590ad5dc12 (patch)
treec94fe82a743f25fccdc50f5ef6fc1eb16fb7603c
parentd02d2725985a6d9748097af0360fb4583cc08ad1 (diff)
downloadpcsx_rearmed-8045ba8e68a2426d01ce235696b5b9590ad5dc12.tar.gz
pcsx_rearmed-8045ba8e68a2426d01ce235696b5b9590ad5dc12.tar.bz2
pcsx_rearmed-8045ba8e68a2426d01ce235696b5b9590ad5dc12.zip
(libretro) Library version is too long to show in RGUI
-rw-r--r--frontend/libretro.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/libretro.c b/frontend/libretro.c
index e22ef5b..f916f57 100644
--- a/frontend/libretro.c
+++ b/frontend/libretro.c
@@ -250,7 +250,7 @@ void retro_get_system_info(struct retro_system_info *info)
{
memset(info, 0, sizeof(*info));
info->library_name = "PCSX-ReARMed";
- info->library_version = REV;
+ info->library_version = "r19";
info->valid_extensions = "bin|cue|img|mdf|pbp|cbn";
info->need_fullpath = true;
}