From a5380b73f26dcbb9cadd678fc739aa1289aa51a0 Mon Sep 17 00:00:00 2001 From: Walter van Niftrik Date: Mon, 8 Aug 2016 23:07:28 +0200 Subject: ADL: Use recently-added kPlatformApple2 --- engines/adl/detection.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'engines/adl') diff --git a/engines/adl/detection.cpp b/engines/adl/detection.cpp index 51b23898bc..6a85f98cf0 100644 --- a/engines/adl/detection.cpp +++ b/engines/adl/detection.cpp @@ -91,7 +91,7 @@ static const AdlGameDescription gameDescriptions[] = { AD_LISTEND }, Common::EN_ANY, - Common::kPlatformApple2GS, // FIXME + Common::kPlatformApple2, ADGF_UNSTABLE, GUIO2(GAMEOPTION_COLOR_DEFAULT_OFF, GAMEOPTION_SCANLINES) }, @@ -105,7 +105,7 @@ static const AdlGameDescription gameDescriptions[] = { AD_LISTEND }, Common::EN_ANY, - Common::kPlatformApple2GS, // FIXME + Common::kPlatformApple2, ADGF_UNSTABLE, GUIO2(GAMEOPTION_COLOR_DEFAULT_OFF, GAMEOPTION_SCANLINES) }, @@ -119,7 +119,7 @@ static const AdlGameDescription gameDescriptions[] = { AD_LISTEND }, Common::EN_ANY, - Common::kPlatformApple2GS, // FIXME + Common::kPlatformApple2, ADGF_UNSTABLE, GUIO2(GAMEOPTION_COLOR_DEFAULT_ON, GAMEOPTION_SCANLINES) }, @@ -133,7 +133,7 @@ static const AdlGameDescription gameDescriptions[] = { AD_LISTEND }, Common::EN_ANY, - Common::kPlatformApple2GS, // FIXME + Common::kPlatformApple2, ADGF_UNSTABLE, GUIO2(GAMEOPTION_COLOR_DEFAULT_ON, GAMEOPTION_SCANLINES) }, @@ -150,7 +150,7 @@ static const AdlGameDescription gameDescriptions[] = { AD_LISTEND }, Common::EN_ANY, - Common::kPlatformApple2GS, // FIXME + Common::kPlatformApple2, ADGF_UNSTABLE, GUIO2(GAMEOPTION_COLOR_DEFAULT_ON, GAMEOPTION_SCANLINES) }, -- cgit v1.2.3