diff options
author | Walter van Niftrik | 2016-08-08 23:07:28 +0200 |
---|---|---|
committer | Walter van Niftrik | 2016-08-08 23:12:53 +0200 |
commit | a5380b73f26dcbb9cadd678fc739aa1289aa51a0 (patch) | |
tree | c09cf44096765901f602409614bca2e2090d7987 | |
parent | 9b9e4e957d0168c11a3032bb4aba8bed96887a89 (diff) | |
download | scummvm-rg350-a5380b73f26dcbb9cadd678fc739aa1289aa51a0.tar.gz scummvm-rg350-a5380b73f26dcbb9cadd678fc739aa1289aa51a0.tar.bz2 scummvm-rg350-a5380b73f26dcbb9cadd678fc739aa1289aa51a0.zip |
ADL: Use recently-added kPlatformApple2
-rw-r--r-- | engines/adl/detection.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
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) }, |