added credits for wince code contributions
svn-id: r26527
This commit is contained in:
parent
894959444d
commit
31d728bf55
3 changed files with 10 additions and 1 deletions
3
AUTHORS
3
AUTHORS
|
@ -226,6 +226,8 @@ Other contributions
|
|||
Andreas Karlsson - Initial port for EPOC/SymbianOS
|
||||
Claudio Matsuoka - Daily Linux builds
|
||||
Thomas Mayer - PSP port contributions
|
||||
n0p - Windows CE port aspect ratio correction scaler
|
||||
and right click input method
|
||||
Mikesch Nepomuk - MI1 VGA floppy patches
|
||||
Nicolas Noble - Config file and ALSA support
|
||||
Quietust - Sound support for Amiga SCUMM V2/V3 games, MM
|
||||
|
@ -236,6 +238,7 @@ Other contributions
|
|||
support
|
||||
Andre Souza - SDL-based OpenGL renderer
|
||||
Tim Phillips - Initial MI1 CD music support
|
||||
Robin Watts - ARM assembly routines for the Windows CE port
|
||||
|
||||
And to all the contributors, users, and beta testers we've missed. Thanks!
|
||||
|
||||
|
|
|
@ -260,6 +260,8 @@ static const char *credits[] = {
|
|||
"\\C\\c2""Daily Linux builds",
|
||||
"\\C\\c0""Thomas Mayer",
|
||||
"\\C\\c2""PSP port contributions",
|
||||
"\\C\\c0""n0p",
|
||||
"\\C\\c2""Windows CE port aspect ratio correction scaler and right click input method",
|
||||
"\\C\\c0""Mikesch Nepomuk",
|
||||
"\\C\\c2""MI1 VGA floppy patches",
|
||||
"\\C\\c0""Nicolas Noble",
|
||||
|
@ -276,6 +278,8 @@ static const char *credits[] = {
|
|||
"\\C\\c2""SDL-based OpenGL renderer",
|
||||
"\\C\\c0""Tim Phillips",
|
||||
"\\C\\c2""Initial MI1 CD music support",
|
||||
"\\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""",
|
||||
|
|
|
@ -576,7 +576,7 @@ begin_credits("Credits");
|
|||
|
||||
begin_section("PocketPC / WinCE");
|
||||
add_person("Nicolas Bacca", "arisme", "");
|
||||
add_person("Kostas Nakos", "knakos", "");
|
||||
add_person("Kostas Nakos", "Jubanka", "");
|
||||
end_section();
|
||||
|
||||
begin_section("PlayStation 2");
|
||||
|
@ -733,6 +733,7 @@ begin_credits("Credits");
|
|||
add_person("Andreas Karlsson", "Sprawl", "Initial port for EPOC/SymbianOS");
|
||||
add_person("Claudio Matsuoka", "", "Daily Linux builds");
|
||||
add_person("Thomas Mayer", "", "PSP port contributions");
|
||||
add_person("", "n0p", "Windows CE port aspect ratio correction scaler and right click input method");
|
||||
add_person("Mikesch Nepomuk", "", "MI1 VGA floppy patches");
|
||||
add_person("Nicolas Noble", "pixels", "Config file and ALSA support");
|
||||
add_person("", "Quietust", "Sound support for Amiga SCUMM V2/V3 games, MM NES support");
|
||||
|
@ -741,6 +742,7 @@ begin_credits("Credits");
|
|||
add_person("Daniel Schepler", "", "Final MI1 CD music support, initial Ogg Vorbis support");
|
||||
add_person("André Souza", "", "SDL-based OpenGL renderer");
|
||||
add_person("Tim Phillips", "realmz", "Initial MI1 CD music support");
|
||||
add_person("Robin Watts", "", "ARM assembly routines for the Windows CE port");
|
||||
end_persons();
|
||||
end_section();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue