diff --git a/AUTHORS b/AUTHORS index f4731876169..9018f00f44e 100644 --- a/AUTHORS +++ b/AUTHORS @@ -576,6 +576,7 @@ ScummVM Team Nintendo DS: Bertrand Augereau - HQ software scaler + Cameron Cawley Neil Millstone Nintendo Switch: diff --git a/devtools/credits.pl b/devtools/credits.pl index 86310e9e62d..534ad6d787b 100755 --- a/devtools/credits.pl +++ b/devtools/credits.pl @@ -589,6 +589,7 @@ begin_credits("Credits"); begin_section("Nintendo DS"); add_person("Bertrand Augereau", "Tramb", "HQ software scaler"); + add_person("Cameron Cawley", "ccawley2011", ""); add_person("Neil Millstone", "agent-q", ""); end_section(); diff --git a/doc/docportal/help/credits.rst b/doc/docportal/help/credits.rst index 8602dc30334..65a79c77382 100644 --- a/doc/docportal/help/credits.rst +++ b/doc/docportal/help/credits.rst @@ -1457,6 +1457,8 @@ Nintendo DS * - Bertrand Augereau - HQ software scaler + * - Cameron Cawley + - * - Neil Millstone - diff --git a/gui/credits.h b/gui/credits.h index 7e375a70bb3..fe41166108a 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -709,6 +709,7 @@ static const char *credits[] = { "C1""Nintendo DS", "C0""Bertrand Augereau", "C2""HQ software scaler", +"C0""Cameron Cawley", "C0""Neil Millstone", "", "C1""Nintendo Switch",