diff options
author | Thomas Edvalson | 2016-04-14 00:38:46 -0400 |
---|---|---|
committer | Thomas Edvalson | 2016-04-14 00:38:46 -0400 |
commit | 95566ed6e3cf42c208d6aede6de0c29ef3a816d5 (patch) | |
tree | 6e7a5dd438dcedfe5795c343f0ae616020cf9b8d | |
parent | a0cc562f1f8cbf51fb92d0f230c2d7fb0274090d (diff) | |
download | scummvm-rg350-95566ed6e3cf42c208d6aede6de0c29ef3a816d5.tar.gz scummvm-rg350-95566ed6e3cf42c208d6aede6de0c29ef3a816d5.tar.bz2 scummvm-rg350-95566ed6e3cf42c208d6aede6de0c29ef3a816d5.zip |
3DS: Add backend author to credits
-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", ""); |