diff options
author | rsn8887 | 2017-03-14 15:05:13 -0500 |
---|---|---|
committer | rsn8887 | 2017-03-14 19:02:40 -0500 |
commit | ef992f26bb431d184b8bfc29d3c7a554433521c6 (patch) | |
tree | 7501eca7aa84eebfe129e8a09c201ce2e48158d1 | |
parent | 3b962c9ec4e8a1582fe9841067e4b8352a4b064e (diff) | |
download | scummvm-rg350-ef992f26bb431d184b8bfc29d3c7a554433521c6.tar.gz scummvm-rg350-ef992f26bb431d184b8bfc29d3c7a554433521c6.tar.bz2 scummvm-rg350-ef992f26bb431d184b8bfc29d3c7a554433521c6.zip |
PSP2: Add credits for Vita port
-rw-r--r-- | AUTHORS | 4 | ||||
-rwxr-xr-x | devtools/credits.pl | 5 | ||||
-rw-r--r-- | gui/credits.h | 4 |
3 files changed, 13 insertions, 0 deletions
@@ -328,6 +328,10 @@ ScummVM Team Yotam Barnoy Joost Peters + PlayStation Vita: + Cpasjuste + rsn8887 + SDL (Win/Linux/OS X/etc.): Max Horn - (retired) Eugene Sandulenko - Asm routines, GFX layers diff --git a/devtools/credits.pl b/devtools/credits.pl index ffefc98a0f..744a13aa47 100755 --- a/devtools/credits.pl +++ b/devtools/credits.pl @@ -877,6 +877,11 @@ begin_credits("Credits"); add_person("Joost Peters", "joostp", ""); end_section(); + begin_section("PlayStation Vita"); + add_person("", "Cpasjuste", ""); + add_person("", "rsn8887", ""); + end_section(); + begin_section("SDL (Win/Linux/OS X/etc.)"); add_person("Max Horn", "Fingolfin", "(retired)"); add_person("Eugene Sandulenko", "sev", "Asm routines, GFX layers"); diff --git a/gui/credits.h b/gui/credits.h index b5d0b5da34..16d8a16140 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -404,6 +404,10 @@ static const char *credits[] = { "C0""Yotam Barnoy", "C0""Joost Peters", "", +"C1""PlayStation Vita", +"C0""Cpasjuste", +"C0""rsn8887", +"", "C1""SDL (Win/Linux/OS X/etc.)", "C0""Max Horn", "C2""(retired)", |