mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-04 01:07:22 +00:00
CREDITS: update credits
This commit is contained in:
parent
d1673ddbf5
commit
15eeacc7be
4
AUTHORS
4
AUTHORS
@ -42,8 +42,8 @@ ResidualVM
|
||||
Vincent Hamm - Various engine code fixes and
|
||||
improvements
|
||||
Sven Hesse - Various compilation fixes
|
||||
Matthew Hoops - Some engine improvements, some work on
|
||||
EMI support
|
||||
Matthew Hoops - Smush codec48, Grim and EMI engine
|
||||
improvements
|
||||
Erich Hoover - x86-64 fixes, various code fixes and
|
||||
improvements
|
||||
Max Horn - Few code fixes
|
||||
|
@ -524,7 +524,7 @@ begin_credits("Credits");
|
||||
add_person("Azamat H. Hackimov", "winterheart", "Configure fix");
|
||||
add_person("Vincent Hamm", "yazoo", "Various engine code fixes and improvements");
|
||||
add_person("Sven Hesse", "DrMcCoy", "Various compilation fixes");
|
||||
add_person("Matthew Hoops", "clone2727", "Some engine improvements, some work on EMI support");
|
||||
add_person("Matthew Hoops", "clone2727", "Smush codec48, Grim and EMI engine improvements");
|
||||
add_person("Erich Hoover", "Compholio", "x86-64 fixes, various code fixes and improvements");
|
||||
add_person("Max Horn", "fingolfin", "Few code fixes");
|
||||
add_person("Travis Howell", "Kirben", "Various code fixes, Windows port");
|
||||
|
@ -20,8 +20,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
// Adopted from the smushplay - A simple LucasArts SMUSH video player
|
||||
|
||||
#include "common/endian.h"
|
||||
#include "common/util.h"
|
||||
#include "common/textconsole.h"
|
||||
|
@ -20,8 +20,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
// Adopted from the smushplay - A simple LucasArts SMUSH video player
|
||||
|
||||
#ifndef CODEC48_H
|
||||
#define CODEC48_H
|
||||
|
||||
|
@ -63,7 +63,7 @@ static const char *credits[] = {
|
||||
"C0""Sven Hesse",
|
||||
"C2""Various compilation fixes",
|
||||
"C0""Matthew Hoops",
|
||||
"C2""Some engine improvements, some work on EMI support",
|
||||
"C2""Smush codec48, Grim and EMI engine improvements",
|
||||
"C0""Erich Hoover",
|
||||
"C2""x86-64 fixes, various code fixes and improvements",
|
||||
"C0""Max Horn",
|
||||
|
Loading…
x
Reference in New Issue
Block a user