diff options
author | Thierry Crozat | 2018-06-03 17:41:47 +0100 |
---|---|---|
committer | GitHub | 2018-06-03 17:41:47 +0100 |
commit | 4229e2642ef33f761528cc5811726df56f3a42d0 (patch) | |
tree | 05e7f223bd939694b5a72299e919c5aea5cf3a9a /engines/sci/detection_tables.h | |
parent | e10c33fc2028a618c25a6bccbf6c90f2f2fa525d (diff) | |
parent | 999cf71dcf4ac9466915edd55a9c91094db1a99c (diff) | |
download | scummvm-rg350-4229e2642ef33f761528cc5811726df56f3a42d0.tar.gz scummvm-rg350-4229e2642ef33f761528cc5811726df56f3a42d0.tar.bz2 scummvm-rg350-4229e2642ef33f761528cc5811726df56f3a42d0.zip |
Merge pull request #1141 from DanielSWolf/larryscale
SCI: High-quality "LarryScale" cel scaler for LSL7
Diffstat (limited to 'engines/sci/detection_tables.h')
-rw-r--r-- | engines/sci/detection_tables.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h index e9fba208e4..b908d5b964 100644 --- a/engines/sci/detection_tables.h +++ b/engines/sci/detection_tables.h @@ -2733,11 +2733,12 @@ static const struct ADGameDescription SciGameDescriptions[] = { #define GUIO_LSL7_DEMO GUIO3(GUIO_NOASPECT, \ GUIO_NOMIDI, \ GUIO_NOLAUNCHLOAD) -#define GUIO_LSL7 GUIO5(GUIO_NOASPECT, \ +#define GUIO_LSL7 GUIO6(GUIO_NOASPECT, \ GUIO_NOMIDI, \ GAMEOPTION_ENABLE_BLACK_LINED_VIDEO, \ GAMEOPTION_ORIGINAL_SAVELOAD, \ - GAMEOPTION_HQ_VIDEO) + GAMEOPTION_HQ_VIDEO, \ + GAMEOPTION_LARRYSCALE) // Larry 7 - English DOS Demo (provided by richiefs in bug report #2670691) // SCI interpreter version 2.100.002 |