From a6ebe2d68c7d063bf30a1927f82f59332ad88928 Mon Sep 17 00:00:00 2001 From: Tarek Soliman Date: Wed, 23 Oct 2019 11:30:10 -0500 Subject: MACVENTURE: Mark all detection entries as ADGF_UNSTABLE --- engines/macventure/detection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines') 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)} -- cgit v1.2.3