diff options
author | notaz | 2014-12-25 17:17:05 +0200 |
---|---|---|
committer | notaz | 2014-12-25 21:22:06 +0200 |
commit | 3aba41853f8dc014ff61e05e8a2c616d89f88715 (patch) | |
tree | 84856d7c7fb7357ed94f8748d649060b7a83274a /frontend | |
parent | 5fdcbb5abad30d464a6a90c15e25128a0580ac79 (diff) | |
download | pcsx_rearmed-3aba41853f8dc014ff61e05e8a2c616d89f88715.tar.gz pcsx_rearmed-3aba41853f8dc014ff61e05e8a2c616d89f88715.tar.bz2 pcsx_rearmed-3aba41853f8dc014ff61e05e8a2c616d89f88715.zip |
release r20
Diffstat (limited to 'frontend')
-rw-r--r-- | frontend/libretro.c | 2 | ||||
-rw-r--r-- | frontend/menu.c | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/frontend/libretro.c b/frontend/libretro.c index 34e3b4e..b636f49 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 = "r19"; + info->library_version = "r20"; 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 36a9a6b..a7012e6 100644 --- a/frontend/menu.c +++ b/frontend/menu.c @@ -1,5 +1,5 @@ /* - * (C) Gražvydas "notaz" Ignotas, 2010-2013 + * (C) Gražvydas "notaz" Ignotas, 2010-2014 * * This work is licensed under the terms of any of these licenses * (at your option): @@ -1928,7 +1928,7 @@ static const char credits_text[] = "PCSX4ALL plugin by PCSX4ALL team\n" " Chui, Franxis, Unai\n\n" "integration, optimization and\n" - " frontend (C) 2010-2012 notaz\n"; + " frontend (C) 2010-2014 notaz\n"; static int reset_game(void) { |