diff options
author | vanfanel | 2015-11-19 16:06:23 +0100 |
---|---|---|
committer | vanfanel | 2015-11-19 16:06:23 +0100 |
commit | c2c7225bbf007614eb9ac502ae9d824f431a9e03 (patch) | |
tree | 25038279dd4dcca295306734dfab8c8c12e3d129 /devtools | |
parent | 9d831d0c428df4f21272a3b7df2d1016f657b63f (diff) | |
download | scummvm-rg350-c2c7225bbf007614eb9ac502ae9d824f431a9e03.tar.gz scummvm-rg350-c2c7225bbf007614eb9ac502ae9d824f431a9e03.tar.bz2 scummvm-rg350-c2c7225bbf007614eb9ac502ae9d824f431a9e03.zip |
SDL/DISPMANX Added myself to credits.pl
Diffstat (limited to 'devtools')
-rwxr-xr-x | devtools/credits.pl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devtools/credits.pl b/devtools/credits.pl index 41c2d4f162..6f58528d57 100755 --- a/devtools/credits.pl +++ b/devtools/credits.pl @@ -877,6 +877,10 @@ begin_credits("Credits"); add_person("Andre Heider", "dhewg", ""); end_section(); + begin_section("Raspberry Pi"); + add_person("Manuel Alfayate", "vanfanel", ""); + end_section(); + end_section(); begin_section("Other subsystems"); |