aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorFilippos Karapetis2018-10-25 02:54:55 +0300
committerFilippos Karapetis2018-10-25 02:55:35 +0300
commite7d23d2cd914fb66cd43bd2628af3fc2bc861e12 (patch)
tree1cbfae4eda910341937089b63c750b935f135e3e /engines
parent6a32f07ee8b32a947472220ff47942a332de61fc (diff)
downloadscummvm-rg350-e7d23d2cd914fb66cd43bd2628af3fc2bc861e12.tar.gz
scummvm-rg350-e7d23d2cd914fb66cd43bd2628af3fc2bc861e12.tar.bz2
scummvm-rg350-e7d23d2cd914fb66cd43bd2628af3fc2bc861e12.zip
SCI32: Add a game option to upscale videos in PQ:SWAT
Requested in enhancement #10713
Diffstat (limited to 'engines')
-rw-r--r--engines/sci/detection_tables.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index da24bf97ae..0174ac4e72 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -3642,13 +3642,14 @@ static const struct ADGameDescription SciGameDescriptions[] = {
GUIO_LINKSPEECHTOSFX, \
GUIO_NOASPECT, \
GUIO_NOLAUNCHLOAD)
-#define GUIO_PQSWAT GUIO7(GUIO_NOSUBTITLES, \
+#define GUIO_PQSWAT GUIO8(GUIO_NOSUBTITLES, \
GUIO_NOMIDI, \
GUIO_LINKMUSICTOSFX, \
GUIO_LINKSPEECHTOSFX, \
GUIO_NOASPECT, \
GAMEOPTION_ENABLE_BLACK_LINED_VIDEO, \
- GAMEOPTION_HQ_VIDEO)
+ GAMEOPTION_HQ_VIDEO, \
+ GAMEOPTION_UPSCALE_VIDEOS)
// Police Quest: SWAT - English DOS/Windows Demo (from jvprat)
// Executable scanning reports "2.100.002", VERSION file reports "0.001.200"