Skip to content

Commit

Permalink
TONY: Add detection for Italian PC Magazine version
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed Apr 4, 2015
1 parent 478fae2 commit 2b1bc8d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions engines/tony/detection_tables.h
Expand Up @@ -127,6 +127,22 @@ static const TonyGameDescription gameDescriptions[] = {
},
},

{
// Tony Tough Italian (PC Action magazine)
{
"tony",
0,
{
{ "data1.cab", 0, "42344827407b974af11d60fadbd021b4", 3811 },
AD_LISTEND
},
Common::IT_ITA,
Common::kPlatformWindows,
ADGF_NO_FLAGS,
GUIO1(GUIO_NONE)
},
},

{
// Tony Tough Italian provided by Giovanni Bajo
{
Expand Down

0 comments on commit 2b1bc8d

Please sign in to comment.