From 272505fec1455c116486b6a2248a1821c7baf09c Mon Sep 17 00:00:00 2001 From: Colin Snover Date: Tue, 26 Jul 2016 18:49:02 -0500 Subject: SCI32: Re-enable the high resolution mode option for GK1 --- engines/sci/detection_tables.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'engines/sci/detection_tables.h') diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h index b945b5559c..4b8ede3062 100644 --- a/engines/sci/detection_tables.h +++ b/engines/sci/detection_tables.h @@ -734,8 +734,9 @@ static const struct ADGameDescription SciGameDescriptions[] = { GAMEOPTION_PREFER_DIGITAL_SFX, \ GAMEOPTION_ORIGINAL_SAVELOAD, \ GAMEOPTION_FB01_MIDI) -#define GUIO_GK1_CD GUIO3(GAMEOPTION_PREFER_DIGITAL_SFX, \ +#define GUIO_GK1_CD GUIO4(GAMEOPTION_PREFER_DIGITAL_SFX, \ GAMEOPTION_ORIGINAL_SAVELOAD, \ + GAMEOPTION_HIGH_RESOLUTION_GRAPHICS, \ GAMEOPTION_FB01_MIDI) #define GUIO_GK1_MAC GUIO_GK1_FLOPPY -- cgit v1.2.3