From ce03ff344f2ff1b4ce61ce367d02113bb972f673 Mon Sep 17 00:00:00 2001 From: Matthew Hoops Date: Sun, 4 Nov 2012 21:19:14 -0500 Subject: MOHAWK: Add detection for the Rugrats Adventure Game demo --- engines/mohawk/detection_tables.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'engines/mohawk') 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", -- cgit v1.2.3