diff options
author | Matthew Hoops | 2012-11-04 21:26:09 -0500 |
---|---|---|
committer | Matthew Hoops | 2012-11-04 21:26:09 -0500 |
commit | 3b7224f0526704165d7109bf8cba901435d5d099 (patch) | |
tree | 7cf66091a9212f26b397149f108e58b316dab811 /engines/mohawk | |
parent | ce03ff344f2ff1b4ce61ce367d02113bb972f673 (diff) | |
download | scummvm-rg350-3b7224f0526704165d7109bf8cba901435d5d099.tar.gz scummvm-rg350-3b7224f0526704165d7109bf8cba901435d5d099.tar.bz2 scummvm-rg350-3b7224f0526704165d7109bf8cba901435d5d099.zip |
MOHAWK: Add Rugrats Print Shop demo detection
Diffstat (limited to 'engines/mohawk')
-rw-r--r-- | engines/mohawk/detection.cpp | 1 | ||||
-rw-r--r-- | engines/mohawk/detection_tables.h | 18 |
2 files changed, 19 insertions, 0 deletions
diff --git a/engines/mohawk/detection.cpp b/engines/mohawk/detection.cpp index 5664929948..ef07de0180 100644 --- a/engines/mohawk/detection.cpp +++ b/engines/mohawk/detection.cpp @@ -143,6 +143,7 @@ static const PlainGameDescriptor mohawkGames[] = { {"harryhh","Harry and the Haunted House"}, {"stellaluna", "Stellaluna"}, {"sheila", "Sheila Rae, the Brave"}, + {"rugratsps", "Rugrats Print Shop" }, {0, 0} }; diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h index 6eba2cf9c7..fc7dfce9bb 100644 --- a/engines/mohawk/detection_tables.h +++ b/engines/mohawk/detection_tables.h @@ -2525,6 +2525,24 @@ static const MohawkGameDescription gameDescriptions[] = { 0 }, + // Rugrats Print Shop + // English Windows Demo + // From GeorgeQGreg (Rugrats Movie Soundtrack) + { + { + "rugratsps", + "Demo", + AD_ENTRY1("outline", "808d5ee8427180ddebdd5dd4199b47cb"), + Common::EN_ANY, + Common::kPlatformWindows, + ADGF_DEMO | ADGF_UNSTABLE, + GUIO1(GUIO_NOASPECT) + }, + GType_LIVINGBOOKSV4, + 0, + 0 + }, + { AD_TABLE_END_MARKER, 0, 0, 0 } }; |