From 6f75bed90cdf36878f26cc1e091483efcc8091c8 Mon Sep 17 00:00:00 2001 From: Colin Snover Date: Sun, 5 Feb 2017 12:08:56 -0600 Subject: SCI32: Remove original save/load option from games without ScummVM save integration --- engines/sci/detection_tables.h | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'engines/sci/detection_tables.h') diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h index c37dd4fffb..82d3bddc3b 100644 --- a/engines/sci/detection_tables.h +++ b/engines/sci/detection_tables.h @@ -1814,10 +1814,9 @@ static const struct ADGameDescription SciGameDescriptions[] = { GUIO_LINKMUSICTOSFX, \ GUIO_LINKSPEECHTOSFX, \ GUIO_NOASPECT) -#define GUIO_KQ7 GUIO4(GUIO_NOASPECT, \ +#define GUIO_KQ7 GUIO3(GUIO_NOASPECT, \ GUIO_LINKMUSICTOSFX, \ - GUIO_LINKSPEECHTOSFX, \ - GAMEOPTION_ORIGINAL_SAVELOAD) + GUIO_LINKSPEECHTOSFX) // King's Quest 7 - English Windows (from the King's Quest Collection) // Executable scanning reports "2.100.002", VERSION file reports "1.4" @@ -2887,7 +2886,7 @@ static const struct ADGameDescription SciGameDescriptions[] = { #define GUIO_MOTHERGOOSEHIRES GUIO4(GUIO_NOSUBTITLES, \ GUIO_NOASPECT, \ GUIO_LINKSPEECHTOSFX, \ - GAMEOPTION_ORIGINAL_SAVELOAD) + GUIO_NOLAUNCHLOAD) // Mixed-Up Mother Goose Deluxe - English Windows/DOS CD (supplied by markcoolio in bug report #2723810) // Executable scanning reports "2.100.002" @@ -3414,12 +3413,11 @@ static const struct ADGameDescription SciGameDescriptions[] = { GUIO_LINKSPEECHTOSFX, \ GUIO_NOASPECT, \ GUIO_NOLAUNCHLOAD) -#define GUIO_PQSWAT GUIO7(GUIO_NOSUBTITLES, \ +#define GUIO_PQSWAT GUIO6(GUIO_NOSUBTITLES, \ GUIO_NOMIDI, \ GUIO_LINKMUSICTOSFX, \ GUIO_LINKSPEECHTOSFX, \ GUIO_NOASPECT, \ - GAMEOPTION_ORIGINAL_SAVELOAD, \ GAMEOPTION_ENABLE_BLACK_LINED_VIDEO) // Police Quest: SWAT - English DOS/Windows Demo (from jvprat) @@ -3946,11 +3944,10 @@ static const struct ADGameDescription SciGameDescriptions[] = { GUIO_LINKSPEECHTOSFX, \ GUIO_LINKMUSICTOSFX, \ GUIO_NOASPECT) -#define GUIO_SHIVERS GUIO6(GUIO_NOMIDI, \ +#define GUIO_SHIVERS GUIO5(GUIO_NOMIDI, \ GUIO_LINKSPEECHTOSFX, \ GUIO_LINKMUSICTOSFX, \ GUIO_NOASPECT, \ - GAMEOPTION_ORIGINAL_SAVELOAD, \ GAMEOPTION_ENABLE_BLACK_LINED_VIDEO) // Shivers - English Windows (from jvprat) -- cgit v1.2.3