aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/detection_tables.h
diff options
context:
space:
mode:
authorMatthew Hoops2011-11-27 20:11:46 -0500
committerMatthew Hoops2011-11-27 20:13:03 -0500
commit712100b77e59115605df9ec9c3e14656373e27fd (patch)
tree4625d7e79c99dd01f50298196013d2e1608188cc /engines/scumm/detection_tables.h
parentc79518ce172287d8180ed41da7d1801d93d0d9eb (diff)
downloadscummvm-rg350-712100b77e59115605df9ec9c3e14656373e27fd.tar.gz
scummvm-rg350-712100b77e59115605df9ec9c3e14656373e27fd.tar.bz2
scummvm-rg350-712100b77e59115605df9ec9c3e14656373e27fd.zip
SCUMM: Add support for Putt-Putt Saves the Zoo iOS
Diffstat (limited to 'engines/scumm/detection_tables.h')
-rw-r--r--engines/scumm/detection_tables.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/scumm/detection_tables.h b/engines/scumm/detection_tables.h
index 48a1a9d379..cd055a5b78 100644
--- a/engines/scumm/detection_tables.h
+++ b/engines/scumm/detection_tables.h
@@ -830,6 +830,7 @@ static const GameFilenamePattern gameFilenamesTable[] = {
{ "puttzoo", "zoodemo", kGenHEPC, UNK_LANG, UNK, 0 },
{ "puttzoo", "Zoo Demo", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0 },
{ "puttzoo", "Putt-Putt Saves the Zoo", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0 },
+ { "puttzoo", "game", kGenHEPC, Common::EN_ANY, Common::kPlatformIOS, 0 },
{ "SamsFunShop", "SamsFunShop", kGenHEPC, UNK_LANG, UNK, 0 },
{ "SamsFunShop", "Sam's FunShop", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0 },