From 3f0e061eaa272c3f6bc284d8e837870e132d9dcc Mon Sep 17 00:00:00 2001 From: Colin Snover Date: Wed, 5 Jul 2017 14:34:33 -0500 Subject: SCI32: Refactor DuckPlayer to use common video playback code This lets DuckPlayer support configurable black-lined video and configurable high-quality scaling. --- engines/sci/detection_tables.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'engines/sci/detection_tables.h') diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h index 506187659a..de751846d0 100644 --- a/engines/sci/detection_tables.h +++ b/engines/sci/detection_tables.h @@ -3117,10 +3117,11 @@ static const struct ADGameDescription SciGameDescriptions[] = { #ifdef ENABLE_SCI3_GAMES // TODO: Correct GUIOs -#define GUIO_PHANTASMAGORIA2 GUIO4(GAMEOPTION_ENABLE_BLACK_LINED_VIDEO, \ - GUIO_NOASPECT, \ +#define GUIO_PHANTASMAGORIA2 GUIO5(GUIO_NOASPECT, \ GUIO_NOMIDI, \ - GAMEOPTION_ORIGINAL_SAVELOAD) + GAMEOPTION_ENABLE_BLACK_LINED_VIDEO, \ + GAMEOPTION_ORIGINAL_SAVELOAD, \ + GAMEOPTION_HQ_VIDEO) // Some versions of Phantasmagoria 2 were heavily censored. // Censored versions (data files are currently unknown to us): UK, Australia, first English release in Germany -- cgit v1.2.3