aboutsummaryrefslogtreecommitdiff
path: root/frontend
diff options
context:
space:
mode:
authornotaz2015-01-12 00:25:49 +0200
committernotaz2015-01-13 00:53:41 +0200
commit52d279a54510d3c73c53462f3f236d62fec2d6fa (patch)
tree9ef0c48d773af99ab8cbe88f5d6a618b6e7ff5a5 /frontend
parent7cfc0c6699ace15d825367e8c40871b413638cf6 (diff)
downloadpcsx_rearmed-52d279a54510d3c73c53462f3f236d62fec2d6fa.tar.gz
pcsx_rearmed-52d279a54510d3c73c53462f3f236d62fec2d6fa.tar.bz2
pcsx_rearmed-52d279a54510d3c73c53462f3f236d62fec2d6fa.zip
release r21
Diffstat (limited to 'frontend')
-rw-r--r--frontend/libretro.c2
-rw-r--r--frontend/menu.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/frontend/libretro.c b/frontend/libretro.c
index 5bc5443..38514b5 100644
--- a/frontend/libretro.c
+++ b/frontend/libretro.c
@@ -283,7 +283,7 @@ void retro_get_system_info(struct retro_system_info *info)
{
memset(info, 0, sizeof(*info));
info->library_name = "PCSX-ReARMed";
- info->library_version = "r20";
+ info->library_version = "r21";
info->valid_extensions = "bin|cue|img|mdf|pbp|toc|cbn|m3u";
info->need_fullpath = true;
}
diff --git a/frontend/menu.c b/frontend/menu.c
index 675ec26..0088a63 100644
--- a/frontend/menu.c
+++ b/frontend/menu.c
@@ -1,5 +1,5 @@
/*
- * (C) Gražvydas "notaz" Ignotas, 2010-2014
+ * (C) Gražvydas "notaz" Ignotas, 2010-2015
*
* This work is licensed under the terms of any of these licenses
* (at your option):
@@ -1934,7 +1934,7 @@ static const char credits_text[] =
"PCSX4ALL plugin by PCSX4ALL team\n"
" Chui, Franxis, Unai\n\n"
"integration, optimization and\n"
- " frontend (C) 2010-2014 notaz\n";
+ " frontend (C) 2010-2015 notaz\n";
static int reset_game(void)
{