diff options
author | Bastien Bouclet | 2016-02-28 09:02:17 +0100 |
---|---|---|
committer | Bastien Bouclet | 2016-03-05 14:43:10 +0100 |
commit | 21317eec72f2b0ca0f62f41e27fd40e30fff0ed7 (patch) | |
tree | e23bffc77992c457ba3f391fd3bbd5a72313263f /engines | |
parent | 9e57cc166ba0590028fa4ccf8fcd39ad8970e2ac (diff) | |
download | scummvm-rg350-21317eec72f2b0ca0f62f41e27fd40e30fff0ed7.tar.gz scummvm-rg350-21317eec72f2b0ca0f62f41e27fd40e30fff0ed7.tar.bz2 scummvm-rg350-21317eec72f2b0ca0f62f41e27fd40e30fff0ed7.zip |
MOHAWK: The Myst demo and making of don't have save support
Use a GUI option to gray out the load button in the launcher.
Diffstat (limited to 'engines')
-rw-r--r-- | engines/mohawk/detection_tables.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h index 97d2932d57..b6d57bd8e8 100644 --- a/engines/mohawk/detection_tables.h +++ b/engines/mohawk/detection_tables.h @@ -52,7 +52,7 @@ static const MohawkGameDescription gameDescriptions[] = { Common::EN_ANY, Common::kPlatformWindows, ADGF_DEMO | ADGF_UNSTABLE, - GUIO1(GUIO_NOASPECT) + GUIO2(GUIO_NOASPECT, GUIO_NOLAUNCHLOAD) }, GType_MYST, GF_DEMO, @@ -178,7 +178,7 @@ static const MohawkGameDescription gameDescriptions[] = { Common::EN_ANY, Common::kPlatformWindows, ADGF_UNSTABLE, - GUIO1(GUIO_NOASPECT) + GUIO2(GUIO_NOASPECT, GUIO_NOLAUNCHLOAD) }, GType_MAKINGOF, 0, @@ -196,7 +196,7 @@ static const MohawkGameDescription gameDescriptions[] = { Common::JA_JPN, Common::kPlatformWindows, ADGF_UNSTABLE, - GUIO1(GUIO_NOASPECT) + GUIO2(GUIO_NOASPECT, GUIO_NOLAUNCHLOAD) }, GType_MAKINGOF, 0, @@ -2713,7 +2713,7 @@ static const MohawkGameDescription fallbackDescs[] = { Common::UNK_LANG, Common::kPlatformWindows, ADGF_UNSTABLE, - GUIO1(GUIO_NOASPECT) + GUIO2(GUIO_NOASPECT, GUIO_NOLAUNCHLOAD) }, GType_MAKINGOF, 0, |