SCI32: Refactor DuckPlayer to use common video playback code
This lets DuckPlayer support configurable black-lined video and configurable high-quality scaling.
This commit is contained in:
parent
f15f9e3b7c
commit
3f0e061eaa
3 changed files with 71 additions and 186 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue