[Scummvm-git-logs] scummvm master -> d272351055717fa57eab885ba89d6d637e6975ad
waltervn
walter at vanniftrik-it.nl
Sun Jun 11 15:59:43 CEST 2017
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:
d272351055 ADL: Set ADGF_TESTING for hires4
Commit: d272351055717fa57eab885ba89d6d637e6975ad
https://github.com/scummvm/scummvm/commit/d272351055717fa57eab885ba89d6d637e6975ad
Author: Walter van Niftrik (walter at scummvm.org)
Date: 2017-06-11T15:58:35+02:00
Commit Message:
ADL: Set ADGF_TESTING for hires4
Changed paths:
engines/adl/detection.cpp
diff --git a/engines/adl/detection.cpp b/engines/adl/detection.cpp
index c0b8a8f..daee30f 100644
--- a/engines/adl/detection.cpp
+++ b/engines/adl/detection.cpp
@@ -151,7 +151,7 @@ static const AdlGameDescription gameDescriptions[] = {
},
Common::EN_ANY,
Common::kPlatformApple2,
- ADGF_UNSTABLE,
+ ADGF_TESTING,
GUIO2(GAMEOPTION_COLOR_DEFAULT_ON, GAMEOPTION_SCANLINES)
},
GAME_TYPE_HIRES4
More information about the Scummvm-git-logs
mailing list