diff options
-rwxr-xr-x | devtools/credits.pl | 4 | ||||
-rw-r--r-- | gui/credits.h | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/devtools/credits.pl b/devtools/credits.pl index 117357485f..8d4bc19df0 100755 --- a/devtools/credits.pl +++ b/devtools/credits.pl @@ -699,6 +699,10 @@ begin_credits("Credits"); add_person("Angus Lees", "Gus", ""); end_section(); + begin_section("BADA"); + add_person("Chris Warren-Smith", "", ""); + end_section(); + begin_section("Dreamcast"); add_person("Marcus Comstedt", "", ""); end_section(); diff --git a/gui/credits.h b/gui/credits.h index d303dfd843..13898e03a0 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -241,6 +241,9 @@ static const char *credits[] = { "C0""Andre Heider", "C0""Angus Lees", "", +"C1""BADA", +"C0""Chris Warren-Smith", +"", "C1""Dreamcast", "C0""Marcus Comstedt", "", |