diff options
author | Colin Snover | 2016-07-26 18:49:02 -0500 |
---|---|---|
committer | Colin Snover | 2016-07-27 08:49:51 -0500 |
commit | 272505fec1455c116486b6a2248a1821c7baf09c (patch) | |
tree | 37c9b52d7a922ec2cdf638ee9b00b8c0305452c2 /engines/sci | |
parent | 49eed5dd2439c93dcace3f2daf05a0d164e0792f (diff) | |
download | scummvm-rg350-272505fec1455c116486b6a2248a1821c7baf09c.tar.gz scummvm-rg350-272505fec1455c116486b6a2248a1821c7baf09c.tar.bz2 scummvm-rg350-272505fec1455c116486b6a2248a1821c7baf09c.zip |
SCI32: Re-enable the high resolution mode option for GK1
Diffstat (limited to 'engines/sci')
-rw-r--r-- | engines/sci/detection_tables.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 |