aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS4
-rwxr-xr-xdevtools/credits.pl5
-rw-r--r--gui/credits.h4
3 files changed, 13 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index fd3562062b..dc1d70e9f9 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -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)",