diff options
author | Tarek Soliman | 2019-10-23 11:30:10 -0500 |
---|---|---|
committer | Tarek Soliman | 2019-10-23 11:30:42 -0500 |
commit | a6ebe2d68c7d063bf30a1927f82f59332ad88928 (patch) | |
tree | e0561ebcd076fb0ee96213160850123b0e89d636 /engines/macventure | |
parent | cda92ce70e77cae12d0da1a54706ba97f72bc0b8 (diff) | |
download | scummvm-rg350-a6ebe2d68c7d063bf30a1927f82f59332ad88928.tar.gz scummvm-rg350-a6ebe2d68c7d063bf30a1927f82f59332ad88928.tar.bz2 scummvm-rg350-a6ebe2d68c7d063bf30a1927f82f59332ad88928.zip |
MACVENTURE: Mark all detection entries as ADGF_UNSTABLE
Diffstat (limited to 'engines/macventure')
-rw-r--r-- | engines/macventure/detection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/macventure/detection.cpp b/engines/macventure/detection.cpp index 1f816a4f2b..007c59922b 100644 --- a/engines/macventure/detection.cpp +++ b/engines/macventure/detection.cpp @@ -29,7 +29,7 @@ namespace MacVenture { -#define ADGF_DEFAULT (ADGF_DROPLANGUAGE|ADGF_DROPPLATFORM|ADGF_MACRESFORK) +#define ADGF_DEFAULT (ADGF_DROPLANGUAGE|ADGF_DROPPLATFORM|ADGF_MACRESFORK|ADGF_UNSTABLE) #define BASEGAME(n, v, f, md5, s) {n, v, AD_ENTRY1s(f, md5, s), Common::EN_ANY, Common::kPlatformMacintosh, ADGF_DEFAULT, GUIO1(GUIO_NOMIDI)} |