Skip to content

Commit

Permalink
ADL: Enable hires0-3 for the release
Browse files Browse the repository at this point in the history
  • Loading branch information
sev- committed Oct 7, 2016
1 parent db05a94 commit de715ca
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions NEWS
Expand Up @@ -6,6 +6,9 @@ For a more comprehensive changelog of the latest experimental code, see:
- Added support for Myst.
- Added support for Myst: Masterpiece Edition.
- Added support for U.F.O.s.
- Added support for Hi-Res Adventure #0: Mission Asteroid.
- Added support for Hi-Res Adventure #1: Mystery House.
- Added support for Hi-Res Adventure #2: The Wizard and the Princess.

General:
- Fixed audio corruption in the MS ADPCM decoder.
Expand Down
2 changes: 1 addition & 1 deletion engines/adl/configure.engine
@@ -1,3 +1,3 @@
# This file is included from the main "configure" script
# add_engine [name] [desc] [build-by-default] [subengines] [base games] [deps]
add_engine adl "ADL" no
add_engine adl "ADL" yes
8 changes: 4 additions & 4 deletions engines/adl/detection.cpp
Expand Up @@ -93,7 +93,7 @@ static const AdlGameDescription gameDescriptions[] = {
},
Common::EN_ANY,
Common::kPlatformApple2,
ADGF_TESTING,
ADGF_NO_FLAGS,
GUIO2(GAMEOPTION_COLOR_DEFAULT_OFF, GAMEOPTION_SCANLINES)
},
GAME_TYPE_HIRES1
Expand All @@ -107,7 +107,7 @@ static const AdlGameDescription gameDescriptions[] = {
},
Common::EN_ANY,
Common::kPlatformApple2,
ADGF_TESTING,
ADGF_NO_FLAGS,
GUIO2(GAMEOPTION_COLOR_DEFAULT_OFF, GAMEOPTION_SCANLINES)
},
GAME_TYPE_HIRES1
Expand All @@ -121,7 +121,7 @@ static const AdlGameDescription gameDescriptions[] = {
},
Common::EN_ANY,
Common::kPlatformApple2,
ADGF_TESTING,
ADGF_NO_FLAGS,
GUIO2(GAMEOPTION_COLOR_DEFAULT_ON, GAMEOPTION_SCANLINES)
},
GAME_TYPE_HIRES2
Expand All @@ -135,7 +135,7 @@ static const AdlGameDescription gameDescriptions[] = {
},
Common::EN_ANY,
Common::kPlatformApple2,
ADGF_TESTING,
ADGF_NO_FLAGS,
GUIO2(GAMEOPTION_COLOR_DEFAULT_ON, GAMEOPTION_SCANLINES)
},
GAME_TYPE_HIRES0
Expand Down

0 comments on commit de715ca

Please sign in to comment.