diff options
Diffstat (limited to 'engines/sci/detection_tables.h')
-rw-r--r-- | engines/sci/detection_tables.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h index 3650de55c9..ed7fe0dbc3 100644 --- a/engines/sci/detection_tables.h +++ b/engines/sci/detection_tables.h @@ -3124,11 +3124,13 @@ static const struct ADGameDescription SciGameDescriptions[] = { #undef GUIO_PHANTASMAGORIA #undef GUIO_PHANTASMAGORIA_MAC -// TODO: Correct GUIOs -#define GUIO_PHANTASMAGORIA2 GUIO5(GUIO_NOASPECT, \ +#define GUIO_PHANTASMAGORIA2 GUIO8(GUIO_NOSUBTITLES, \ + GUIO_LINKMUSICTOSFX, \ + GUIO_LINKSPEECHTOSFX, \ GUIO_NOMIDI, \ - GAMEOPTION_ENABLE_BLACK_LINED_VIDEO, \ + GUIO_NOASPECT, \ GAMEOPTION_ORIGINAL_SAVELOAD, \ + GAMEOPTION_ENABLE_BLACK_LINED_VIDEO, \ GAMEOPTION_HQ_VIDEO) // Some versions of Phantasmagoria 2 were heavily censored. |