diff options
author | Paul Gilbert | 2016-11-21 20:25:13 -0500 |
---|---|---|
committer | Paul Gilbert | 2016-11-21 20:25:13 -0500 |
commit | 88868ec67ce1270f20e79ed338cec7d0384cd486 (patch) | |
tree | c3ae35f8b1879b42c2ee828ae3d56bae9e272c20 /engines/access | |
parent | bcad326ccbf78d9b0fdc959eeb7c00ac97681aad (diff) | |
download | scummvm-rg350-88868ec67ce1270f20e79ed338cec7d0384cd486.tar.gz scummvm-rg350-88868ec67ce1270f20e79ed338cec7d0384cd486.tar.bz2 scummvm-rg350-88868ec67ce1270f20e79ed338cec7d0384cd486.zip |
ACCESS: Mark unsupported games as unstable
Diffstat (limited to 'engines/access')
-rw-r--r-- | engines/access/detection_tables.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/access/detection_tables.h b/engines/access/detection_tables.h index 7d9509ca43..1d7fd41012 100644 --- a/engines/access/detection_tables.h +++ b/engines/access/detection_tables.h @@ -94,7 +94,7 @@ static const AccessGameDescription gameDescriptions[] = { AD_ENTRY1s("r01.ap", "c081daca9b0cfd710157cf946e343df6", 39352), Common::EN_ANY, Common::kPlatformDOS, - ADGF_NO_FLAGS, + ADGF_UNSTABLE, GUIO1(GUIO_NONE) }, GType_MartianMemorandum, @@ -109,7 +109,7 @@ static const AccessGameDescription gameDescriptions[] = { AD_ENTRY1s("r01.rm", "c2facf9c43047211289044ee39a2322a", 2313), Common::EN_ANY, Common::kPlatformDOS, - ADGF_NO_FLAGS, + ADGF_UNSTABLE, GUIO1(GUIO_NONE) }, GType_MartianMemorandum, |