diff options
-rw-r--r-- | AUTHORS | 3 | ||||
-rwxr-xr-x | devtools/credits.pl | 4 |
2 files changed, 7 insertions, 0 deletions
@@ -302,6 +302,9 @@ ScummVM Team Frantisek Dufka - (retired) Tarek Soliman + Nintendo 3DS: + Thomas Edvalson + Nintendo 64: Fabio Battaglia diff --git a/devtools/credits.pl b/devtools/credits.pl index c67793cbfa..9e0fcc6c82 100755 --- a/devtools/credits.pl +++ b/devtools/credits.pl @@ -844,6 +844,10 @@ begin_credits("Credits"); add_person("Frantisek Dufka", "fanoush", "(retired)"); add_person("Tarek Soliman", "tsoliman", ""); end_section(); + + begin_section("Nintendo 3DS"); + add_person("Thomas Edvalson", "Cruel", ""); + end_section(); begin_section("Nintendo 64"); add_person("Fabio Battaglia", "Hkz", ""); |