diff options
-rw-r--r-- | AUTHORS | 2 | ||||
-rw-r--r-- | gui/credits.h | 3 | ||||
-rwxr-xr-x | tools/credits.pl | 2 |
3 files changed, 3 insertions, 4 deletions
@@ -199,6 +199,7 @@ ScummVM Team PSP (PlayStation Portable): Joost Peters + Yotam Barnoy SDL (Win/Linux/OS X/etc.): Max Horn @@ -338,7 +339,6 @@ Other contributions Andreas Karlsson - Initial port for SymbianOS Claudio Matsuoka - Daily Linux builds Thomas Mayer - PSP port contributions - Yotam Barnoy - PSP port suspend/resume support Sean Murray - ScummVM tools GUI application (GSoC 2007 task) n0p - Windows CE port aspect ratio correction scaler and right click input method diff --git a/gui/credits.h b/gui/credits.h index e2a45523c5..d17a4ba50f 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -223,6 +223,7 @@ static const char *credits[] = { "", "C1""PSP (PlayStation Portable)", "C0""Joost Peters", +"C0""Yotam Barnoy", "", "C1""SDL (Win/Linux/OS X/etc.)", "C0""Max Horn", @@ -393,8 +394,6 @@ static const char *credits[] = { "C2""Daily Linux builds", "C0""Thomas Mayer", "C2""PSP port contributions", -"C0""Yotam Barnoy", -"C2""PSP port suspend/resume support", "C0""Sean Murray", "C2""ScummVM tools GUI application (GSoC 2007 task)", "C0""n0p", diff --git a/tools/credits.pl b/tools/credits.pl index 940bfcdd5f..b5b7d84014 100755 --- a/tools/credits.pl +++ b/tools/credits.pl @@ -708,6 +708,7 @@ begin_credits("Credits"); begin_section("PSP (PlayStation Portable)"); add_person("Joost Peters", "joostp", ""); + add_person("Yotam Barnoy", "bluddy", ""); end_section(); begin_section("SDL (Win/Linux/OS X/etc.)"); @@ -872,7 +873,6 @@ begin_credits("Credits"); add_person("Andreas Karlsson", "Sprawl", "Initial port for SymbianOS"); add_person("Claudio Matsuoka", "", "Daily Linux builds"); add_person("Thomas Mayer", "", "PSP port contributions"); - add_person("Yotam Barnoy", "bluddy", "PSP port suspend/resume support"); add_person("Sean Murray", "lightcast", "ScummVM tools GUI application (GSoC 2007 task)"); add_person("", "n0p", "Windows CE port aspect ratio correction scaler and right click input method"); add_person("Mikesch Nepomuk", "mnepomuk", "MI1 VGA floppy patches"); |