diff options
author | Matthew Hoops | 2012-11-04 21:19:14 -0500 |
---|---|---|
committer | Matthew Hoops | 2012-11-04 21:19:59 -0500 |
commit | ce03ff344f2ff1b4ce61ce367d02113bb972f673 (patch) | |
tree | 1d6e62a851e14c2307dde430f5d49a7efa9391c5 | |
parent | da0490f9b296864e8826c63295e91515f8617839 (diff) | |
download | scummvm-rg350-ce03ff344f2ff1b4ce61ce367d02113bb972f673.tar.gz scummvm-rg350-ce03ff344f2ff1b4ce61ce367d02113bb972f673.tar.bz2 scummvm-rg350-ce03ff344f2ff1b4ce61ce367d02113bb972f673.zip |
MOHAWK: Add detection for the Rugrats Adventure Game demo
-rw-r--r-- | engines/mohawk/detection_tables.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h index 55814af1c3..6eba2cf9c7 100644 --- a/engines/mohawk/detection_tables.h +++ b/engines/mohawk/detection_tables.h @@ -2096,6 +2096,24 @@ static const MohawkGameDescription gameDescriptions[] = { 0 }, + // Rugrats Adventure Game + // English Windows Demo + // From GeorgeQGreg (Rugrats Movie Soundtrack) + { + { + "rugrats", + "Demo", + AD_ENTRY1("outline", "adbd7ff6c5e1bdb7062c89879a4e39e6"), + Common::EN_ANY, + Common::kPlatformWindows, + ADGF_DEMO | ADGF_UNSTABLE, + GUIO1(GUIO_NOASPECT) + }, + GType_LIVINGBOOKSV4, + 0, + 0 + }, + { { "lbsampler", |