aboutsummaryrefslogtreecommitdiff
path: root/devtools
diff options
context:
space:
mode:
authorrsn88872017-03-14 15:05:13 -0500
committerrsn88872017-03-14 19:02:40 -0500
commitef992f26bb431d184b8bfc29d3c7a554433521c6 (patch)
tree7501eca7aa84eebfe129e8a09c201ce2e48158d1 /devtools
parent3b962c9ec4e8a1582fe9841067e4b8352a4b064e (diff)
downloadscummvm-rg350-ef992f26bb431d184b8bfc29d3c7a554433521c6.tar.gz
scummvm-rg350-ef992f26bb431d184b8bfc29d3c7a554433521c6.tar.bz2
scummvm-rg350-ef992f26bb431d184b8bfc29d3c7a554433521c6.zip
PSP2: Add credits for Vita port
Diffstat (limited to 'devtools')
-rwxr-xr-xdevtools/credits.pl5
1 files changed, 5 insertions, 0 deletions
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");