diff --git a/desmume/AUTHORS b/desmume/AUTHORS index abb1128f3..5e85bd77a 100644 --- a/desmume/AUTHORS +++ b/desmume/AUTHORS @@ -17,6 +17,8 @@ Max Tabachenko (CrazyMax) zeromus Luigi__ adelikat +matusz +pa__ Contributors ------------ diff --git a/desmume/src/windows/AboutBox.cpp b/desmume/src/windows/AboutBox.cpp index 567b9c7f6..be0641cfc 100644 --- a/desmume/src/windows/AboutBox.cpp +++ b/desmume/src/windows/AboutBox.cpp @@ -26,7 +26,7 @@ #define ABOUT_TIMER_ID 110222 #define PER_PAGE_TEAM 23 -#define TEAM 25 +#define TEAM 27 #define SIZE_SCROLL_BUFFER PER_PAGE_TEAM + TEAM const char *team[TEAM] = { "Guillaume Duhamel", "Normmatt", @@ -41,6 +41,8 @@ const char *team[TEAM] = { "Guillaume Duhamel", "zeromus", "Luigi__", "adelikat", + "matusz", + "pa__", "", "Contributors", "------------",