mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-17 23:44:22 +00:00
Add touche engine to credits since it is supported.
svn-id: r24733
This commit is contained in:
parent
785d86b63e
commit
a098de81c2
3
AUTHORS
3
AUTHORS
@ -75,6 +75,9 @@ ScummVM Team
|
||||
Andrew Kurushin
|
||||
Eugene Sandulenko
|
||||
|
||||
Touche:
|
||||
Gregory Montoir
|
||||
|
||||
Backend Teams
|
||||
-------------
|
||||
Dreamcast:
|
||||
|
@ -118,6 +118,12 @@
|
||||
Eugene Sandulenko & \textit{}\\
|
||||
\end{tabular}
|
||||
\end{list}
|
||||
\item \textbf{ Touche}
|
||||
\begin{list}{}{\setlength{\leftmargin}{0.2cm}}
|
||||
\item \begin{tabular}[h]{p{0.3\linewidth}p{0.6\linewidth}}
|
||||
Gregory Montoir & \textit{}\\
|
||||
\end{tabular}
|
||||
\end{list}
|
||||
\end{list}
|
||||
\item \textbf{\large Backend Teams}
|
||||
\begin{list}{}{\setlength{\leftmargin}{0.2cm}}
|
||||
|
@ -77,6 +77,9 @@ static const char *credits[] = {
|
||||
"\\C\\c0""Andrew Kurushin",
|
||||
"\\C\\c0""Eugene Sandulenko",
|
||||
"\\C\\c0""",
|
||||
"\\C\\c1""Touche",
|
||||
"\\C\\c0""Gregory Montoir",
|
||||
"\\C\\c0""",
|
||||
"\\C\\c0""",
|
||||
"\\C\\c1""Backend Teams",
|
||||
"\\C\\c1""Dreamcast",
|
||||
|
@ -540,6 +540,11 @@ begin_credits("Credits");
|
||||
add_person("Andrew Kurushin", "ajax16384", "");
|
||||
add_person("Eugene Sandulenko", "sev", "");
|
||||
end_section();
|
||||
|
||||
begin_section("Touché");
|
||||
add_person("Gregory Montoir", "cyx", "");
|
||||
end_section();
|
||||
|
||||
end_section();
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user