[Scummvm-git-logs] scummvm master -> ef992f26bb431d184b8bfc29d3c7a554433521c6
rsn8887
rsn8887 at users.noreply.github.com
Wed Mar 15 01:02:45 CET 2017
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
ef992f26bb PSP2: Add credits for Vita port
Commit: ef992f26bb431d184b8bfc29d3c7a554433521c6
https://github.com/scummvm/scummvm/commit/ef992f26bb431d184b8bfc29d3c7a554433521c6
Author: rsn8887 (rsn8887 at users.noreply.github.com)
Date: 2017-03-14T19:02:40-05:00
Commit Message:
PSP2: Add credits for Vita port
Changed paths:
AUTHORS
devtools/credits.pl
gui/credits.h
diff --git a/AUTHORS b/AUTHORS
index fd35620..dc1d70e 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 ffefc98..744a13a 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 b5d0b5d..16d8a16 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)",
More information about the Scummvm-git-logs
mailing list