From e7d23d2cd914fb66cd43bd2628af3fc2bc861e12 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Thu, 25 Oct 2018 02:54:55 +0300 Subject: [PATCH] SCI32: Add a game option to upscale videos in PQ:SWAT Requested in enhancement #10713 --- engines/sci/detection_tables.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h index da24bf97aeb..0174ac4e722 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"