diff options
| -rw-r--r-- | AUTHORS | 3 | ||||
| -rw-r--r-- | gui/credits.h | 4 | ||||
| -rwxr-xr-x | tools/credits.pl | 2 | 
3 files changed, 5 insertions, 4 deletions
| @@ -138,6 +138,8 @@ ScummVM Team      Miscellaneous:         Jerome Fisher         - MT-32 emulator         Jochen Hoenicke       - Speaker & PCjr sound support, Adlib work +       Robin Watts           - ARM assembly routines for nice speedups on +                               several ports; improvements to the sound mixer    Website (content)    ----------------- @@ -246,7 +248,6 @@ Other contributions       Daniel Schepler       - Final MI1 CD music support, initial Ogg Vorbis                               support       Andre Souza           - SDL-based OpenGL renderer -     Robin Watts           - ARM assembly routines for the Windows CE port     And to all the contributors, users, and beta testers we've missed. Thanks! diff --git a/gui/credits.h b/gui/credits.h index 5babeb1faa..fba9350bca 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -144,6 +144,8 @@ static const char *credits[] = {  "\\C\\c2""MT-32 emulator",  "\\C\\c0""Jochen Hoenicke",  "\\C\\c2""Speaker & PCjr sound support, Adlib work", +"\\C\\c0""Robin Watts", +"\\C\\c2""ARM assembly routines for nice speedups on several ports; improvements to the sound mixer",  "\\C\\c0""",  "\\C\\c0""",  "\\C\\c1""Website (content)", @@ -286,8 +288,6 @@ static const char *credits[] = {  "\\C\\c2""Final MI1 CD music support, initial Ogg Vorbis support",  "\\C\\c0""Andr\351 Souza",  "\\C\\c2""SDL-based OpenGL renderer", -"\\C\\c0""Robin Watts", -"\\C\\c2""ARM assembly routines for the Windows CE port",  "\\C\\c0""",  "\\C\\c0""And to all the contributors, users, and beta testers we've missed. Thanks!",  "\\C\\c0""", diff --git a/tools/credits.pl b/tools/credits.pl index acdbe03797..7a1bebbed3 100755 --- a/tools/credits.pl +++ b/tools/credits.pl @@ -624,6 +624,7 @@ begin_credits("Credits");  	  begin_section("Miscellaneous");  		add_person("Jerome Fisher", "KingGuppy", "MT-32 emulator");  		add_person("Jochen Hoenicke", "hoenicke", "Speaker & PCjr sound support, Adlib work"); +		add_person("Robin Watts", "robinwatts", "ARM assembly routines for nice speedups on several ports; improvements to the sound mixer");  	  end_section();      end_section(); @@ -752,7 +753,6 @@ begin_credits("Credits");  		  add_person("Edward Rudd", "urkle", "Fixes for playing MP3 versions of MI1/Loom audio");  		  add_person("Daniel Schepler", "dschepler", "Final MI1 CD music support, initial Ogg Vorbis support");  		  add_person("André Souza", "luke_br", "SDL-based OpenGL renderer"); -		  add_person("Robin Watts", "robinwatts", "ARM assembly routines for the Windows CE port");  	  end_persons();  	end_section(); | 
