[Scummvm-git-logs] scummvm master -> d7b18666feb37542b36bad75a6a04ec183de86f5
aquadran
noreply at scummvm.org
Sun Jun 12 12:45:12 UTC 2022
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
d7b18666fe DIRECTOR: Added detection entry "Penny Horse"
Commit: d7b18666feb37542b36bad75a6a04ec183de86f5
https://github.com/scummvm/scummvm/commit/d7b18666feb37542b36bad75a6a04ec183de86f5
Author: PaweÅ KoÅodziejski (aquadran at gmail.com)
Date: 2022-06-12T14:45:07+02:00
Commit Message:
DIRECTOR: Added detection entry "Penny Horse"
Changed paths:
engines/director/detection_tables.h
diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index 8b9b412b0d7..5751386ec99 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -324,6 +324,7 @@ static const PlainGameDescriptor directorGames[] = {
{ "pecosbill", "Pecos Bill" },
{ "perdido", "Lost in the Amazon" },
{ "peterrabbit", "The Adventures of Peter Rabbit and Benjamin Bunny" },
+ { "pennyhorse", "Penny Horse" },
{ "physicus", "Physicus: Save the World with Science!" },
{ "phonicsquest", "Disney Phonics Quest" },
{ "pingu1", "Pingu: A Barrel of Fun!" },
@@ -6498,6 +6499,8 @@ static const DirectorGameDescription gameDescriptions[] = {
WINGAME1("pcformat", "PCF132 CD 02/02", "PCF132.exe", "e24d4bab978b1a5c2326d2c56cf4d781", 4722596, 800),
+ WINGAME1t("pennyhorse", "", "PennyHorse.exe", "3aa62f6efd4616c3cc6b935411c1f8a7", 4780197, 851),
+
// Mac OS X installer runs the game in Classic environment
MACGAME1_l("pettson1", "v3.0", "Spelen", "a44511b8ff0e46b4f9c85dd1cb58d458", 158043, Common::NL_NLD, 851),
WINGAME1_l("pettson1", "v3.0", "Spelen.exe", "568c6f849ff7f2104636a99f151a6cd6", 3249822, Common::NL_NLD, 851),
More information about the Scummvm-git-logs
mailing list